Memory Pool Memory Pool Refreshing

4,216 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (204,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,122 703,122 0000000000000000000ad0b2163c33fa2c4a850cfceba50258745c5bfa1d2a6b 1.49 MB 2,384 14
703,121 703,121 00000000000000000001573990c2b4875e93ff41fc0893fb076b718d531fec88 1.27 MB 1,033 5
703,120 703,120 00000000000000000007c5303f3bebc35ac346b9ba657587fe0eeea00ace666f 1.60 MB 224 1
703,119 703,119 0000000000000000000b79ea21550ffdbfa30da027ffa971972442ff539e196a 1.58 MB 866 4
703,118 703,118 0000000000000000000e5d4701a69dc600ddbc60c950486b6fca2e19e7f09c5b 1.25 MB 1,359 7
703,117 703,117 00000000000000000008f3711e799268532f39c5c8987645a89058fa85c82b48 1.73 MB 420 2
703,116 703,116 000000000000000000062a3ec258f68571eea9872355192f8fcdd19a17582a03 1.63 MB 1,631 3
703,115 703,115 000000000000000000017a939957327446a449f85d0d4f0071c507961773f00e 1.47 MB 2,210 14
703,114 703,114 0000000000000000000de593c3bdd82c9841c6f08bb13c2a4cfea1aded60e61e 1.48 MB 245 1
703,113 703,113 0000000000000000000c3d9ec15c6ee432e893175c0eede04c49097cf0350ff1 1.08 MB 420 2
703,112 703,112 00000000000000000003894b4a1dade577af4d60149b2da305610f89e794ba64 1.44 MB 1,305 5
703,111 703,111 00000000000000000004a4c956ddeba191e60a2c7b91b346771273225ad250f1 1.65 MB 1,774 2
703,110 703,110 0000000000000000000986ae3863bf3a16a5b5241c9cf2354f3a0725f4f3fe69 1.39 MB 899 10
703,109 703,109 00000000000000000005461212a5137a3037c8a96e45f42ac725f272ab54edfc 1.33 MB 1,598 13
703,108 703,108 00000000000000000009d22207bcbded79be063bd35d739feb718a9a2572452e 1.56 MB 955 5
703,107 703,107 00000000000000000009e949714037771ae513a1afe81f14a25f8a19c488d4c9 1.53 MB 1,724 6
703,106 703,106 000000000000000000034e9aa102641528e695d2e59f63cf769abb968ffdd871 1.56 MB 1,736 5
703,105 703,105 00000000000000000008ba48f28580caf8fa878f4582a9cf4edc5dd14e48fde8 1.65 MB 2,472 5
703,104 703,104 0000000000000000000c3c2abd6de394264f8b9a7d230558583f7081d67aee43 1.51 MB 2,153 8
703,103 703,103 0000000000000000000eb7a51ccff4a8ad8984c451bdd47e729958b900625349 1.65 MB 1,156 4
703,102 703,102 000000000000000000034a103881bb214498c8e0025f037f0fda2f92244078a1 1.43 MB 2,328 13
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.