Memory Pool Memory Pool Refreshing

17,626 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (724,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,356 183,356 00000000000005181706065b20753cf534b417bb97d87ee8cf5c8fafad9583d2 0.00 MB 10 0
183,355 183,355 0000000000000503eb58be9b0aae9061a3f6db3a6679dd8e8be213e94598f66c 0.09 MB 256 96
183,354 183,354 00000000000001d49583ba679a31245d7f3b8c0643ffed93d2b48264694be08f 0.20 MB 268 102
183,353 183,353 000000000000035991aec8fd2e452fa276f6db809c9ed7acf01411ea9cf22114 0.22 MB 601 141
183,352 183,352 00000000000009361748425cc65cad50fc2cf5e6184d283e590ce374824f981a 0.00 MB 11 14
183,351 183,351 00000000000001598cfab6c91a460610c67df64b6be68f1d37a2d571c2df2932 0.24 MB 622 178
183,350 183,350 000000000000036387af82423de4dea4486763a5228371b636b2d51092895c42 0.14 MB 318 202
183,349 183,349 00000000000008f5f08cdbc67713ff67fb775c66db471b8bab2e2faedd607502 0.08 MB 135 72
183,348 183,348 000000000000025a6aeb063246aad620ad0876dca88c0adb6c833925f99bec3d 0.05 MB 141 46
183,347 183,347 000000000000009b7ef5d612d5ccc55fba81296d3ac145433ba69570207667be 0.00 MB 11 18
183,346 183,346 000000000000077312b9616d0d8b9290958a999865bac4eac67ad3cda3331805 0.05 MB 174 42
183,345 183,345 000000000000072edb36ca8c399733bbddaf63e435c31ce8b466bd1757a74edb 0.02 MB 20 53
183,344 183,344 000000000000009a32a6c712296dd58e61fc2615281e3b3a435b489fd44baebe 0.01 MB 27 80
183,343 183,343 000000000000067430d08bb7312ae4d57ab770e5d6c231a1694c113355037200 0.04 MB 54 202
183,342 183,342 00000000000003df7c3bbf91c7e89fc8e112d9bd00b28b55c3ac27d571ce911c 0.24 MB 492 161
183,341 183,341 00000000000009c4de34e213a6ab0fb34e3be9c6cd07cf1df53b1e5bda18d90d 0.06 MB 143 646
183,340 183,340 0000000000000338e1308fc76336e507a92f914f72a9f1d44933210c94c96b0d 0.25 MB 634 144
183,339 183,339 00000000000003dde6b0993cbd1a2c2f41a93401324a206728da0295e0c7a58d 0.00 MB 10 0
183,338 183,338 00000000000005630bc2f68574d08ad6614a9c24c5eff656d9f6791537df162d 0.00 MB 10 14
183,337 183,337 000000000000077d1f6ce5ea6561f530c2246ae033ea3e844e240bef8b773904 0.00 MB 11 14
183,336 183,336 0000000000000a0c933b0788ca327c4c42bef6c9c151d5ab2890adbef85b4cf2 0.25 MB 511 112
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.22 GB sent, 92.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.