Memory Pool Memory Pool Refreshing

6,217 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (700,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,146 207,146 00000000000004198351871b93fde28b2c5db080059355793fec4fd67b2b962d 0.25 MB 593 188
207,145 207,145 000000000000042f0988a2c08b87ea7969e7b5300dc5684545afe414632b2679 0.00 MB 12 45
207,144 207,144 000000000000046bbbf581d594208f27f17c754560d7f4671df063fcb301eddc 0.07 MB 122 152
207,143 207,143 000000000000010ad59a47eed898a4e844124f94c34ae039e17100717c67190b 0.29 MB 434 140
207,142 207,142 000000000000000c59c383cfae5b73d38179248f1c684c1931f9f26329343ca7 0.21 MB 317 121
207,141 207,141 00000000000004e790e80a3a2126a2c32e5f8c963e83866801d9b6a1e32baed8 0.25 MB 744 238
207,140 207,140 0000000000000059e1e071033f7e92eed07db122f5aa4096a3a969a3d88bf47f 0.05 MB 151 227
207,139 207,139 000000000000008c3dcf32792a9d5cf4b6358cee3c7bc494979412c2b35f8b3f 0.00 MB 1 0
207,138 207,138 00000000000004749ba534856278cf27a1c301484add83d7986eaead4b06c47c 0.22 MB 491 177
207,137 207,137 00000000000003239a4c25ae1da468fd2afb31705c32b00b18291760d7202124 0.06 MB 136 159
207,136 207,136 00000000000003c90a13179e4cbcc951b06ff9729132fbf44df5aba0b0874d54 0.21 MB 510 191
207,135 207,135 000000000000035ff80dd459dc2c59d4ef31bfc6fa5e357ceb09c340ad3fabb3 0.07 MB 148 184
207,134 207,134 00000000000002431de2a3689757070ee2b7ae4b2e83b1df22037e736c8c429f 0.17 MB 326 105
207,133 207,133 00000000000003a78eeed186a8c9c865b5ff78eefd31de9ccbf7f625d88693df 0.14 MB 326 190
207,132 207,132 00000000000002ab8a627d4d88385a1c8b11b5bcc1de1ebee90a747e15ed87d4 0.12 MB 295 185
207,131 207,131 00000000000000ba9dfcdfa45398400a609b7e4a7a41413e254dac4f2aa11062 0.00 MB 1 0
207,130 207,130 000000000000035f38bb6594f1ff1c30f84ee68f0716852df0300fe0d72b32d6 0.12 MB 285 193
207,129 207,129 00000000000004a9708400d4bb5f3e53ffbf3ba7a3ed3ebf34b8558fc646b45d 0.04 MB 95 112
207,128 207,128 00000000000003f90fdbab4e9d5b18f387221092f4a19a3999ff605398b840ae 0.12 MB 320 206
207,127 207,127 00000000000002657bd6d80e113d0b0db7d89b0680a161afa560b30a481de3ae 0.13 MB 230 137
207,126 207,126 00000000000000b1be76e6c9c0ce22ece47de17498928499cb967007981cef1c 0.00 MB 11 316
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.