Memory Pool Memory Pool Refreshing

13,694 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,708 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (748,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,443 159,443 000000000000087a43f80ab0e6755b24bdb2418630b154179335b1a8f414b793 0.00 MB 1 0
159,442 159,442 0000000000000716398fb48c2daf2aa690c6ef39efc28ba0b43d9113e802d1aa 0.02 MB 17 592
159,441 159,441 00000000000008553dbbb7fcf044e9a8fde1739bc7ddd688b456e678e7004bb6 0.01 MB 21 53
159,440 159,440 0000000000000ba78f0526162cf6ec6eb836ff6a6615063dc58aba6462315d1b 0.03 MB 42 69
159,439 159,439 00000000000000057e4d588e6fc0a878f659b6db60ac111fcff8541b6586b1b6 0.02 MB 50 113
159,438 159,438 000000000000068caefe58221364411e7920b2f736918088f34a9f58376c9ff2 0.03 MB 26 834
159,437 159,437 000000000000038dfc371bb0c6265496d428503a70b7527afd7832f17a613ed1 0.01 MB 15 278
159,436 159,436 00000000000006405c08ece4bdad3bef41f7bcd1f77841a4a05f16691fb72521 0.00 MB 3 0
159,435 159,435 0000000000000be5247607c789b70035b7b161a21dd4bb777c8028fb3445d8e9 0.00 MB 12 116
159,434 159,434 000000000000081b84b03ab7424b0d4e8be0acd7dc32925962ff78283ba45201 0.00 MB 13 257
159,433 159,433 0000000000000707f93c56844b217e340adead22611296d8d9e1fe6480eebd32 0.02 MB 65 32
159,432 159,432 000000000000049f0ae486c32a5ad71c9f8a1ede3fec2f3fe3f55a8173b8b0b2 0.01 MB 9 0
159,431 159,431 00000000000005721d603ebb395d4afc67f5a51d1314f1cff4893280321dab02 0.01 MB 32 33
159,430 159,430 000000000000028f6be4606a4ba4aa02a7eb6242b804e636a84dca658e4e28d5 0.03 MB 25 65
159,429 159,429 0000000000000c56c58d298771090f4fd2f7df6d89c536e1007dd2588cfc610a 0.04 MB 120 61
159,428 159,428 00000000000003cd30694905b837564d49ac2ae68ddbaae1d810126d16fe3280 0.00 MB 9 14
159,427 159,427 0000000000000b491e7a5cbdc11a1df5bf36de6b9cd208da06b31b8654e68ef5 0.00 MB 12 0
159,426 159,426 000000000000022f64c4fccfd49a6cb6093192e0de391d1367ee7910e9beba2b 0.04 MB 104 90
159,425 159,425 00000000000004a73b37a83bac11d60b624355da398b44bd2177b06470a8b0ed 0.04 MB 63 91
159,424 159,424 0000000000000b15aa9df4cbef433bfbc5cdc567599d1674976850fb8d4ac117 0.01 MB 27 98
159,423 159,423 00000000000001a8a4109e42c02d143e5cc7869c2e83a645fca606502fd9bace 0.02 MB 61 69
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,622.92 GB sent, 92.96 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.