Memory Pool Memory Pool Refreshing

4,042 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (645,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,147 262,147 0000000000000005bc53b36c611c3f19fba837430ade92518b0027265b48693c 0.02 MB 41 115
262,146 262,146 000000000000000ee6cfe5f8654a92405273603201d32eb3b7f55321d25f8979 0.13 MB 311 163
262,145 262,145 00000000000000126fa17dd24b19273a0fd67d279762109cbf6d3a272ff9c9fe 0.14 MB 96 22
262,144 262,144 000000000000000595622a9a8f702800ba0cd5f2ac1e18d64c32671cab80f849 0.04 MB 68 93
262,143 262,143 000000000000000d7b9611565ef502f5d5b11e6a5cb0b8406e6e578be901f77e 0.08 MB 123 45
262,142 262,142 000000000000001684196eba2d49762e1ea065ef1311158d923967705cb5938e 0.15 MB 379 185
262,141 262,141 0000000000000014b85f66b454d55e861523412181075a855a2b6c5f042ca514 0.03 MB 69 82
262,140 262,140 0000000000000010479abe26e256a28cd2e01b70b2bef6828c6a49979c684909 0.03 MB 86 130
262,139 262,139 0000000000000000a4f98acbd3f4227aea729a4e0a30fbd57460568fc1cc044f 0.14 MB 256 84
262,138 262,138 000000000000001154af68439ec70c149d0a539f85ccd10b2243763bfad427be 0.10 MB 221 99
262,137 262,137 0000000000000012a2af48df65c257fdf8ac3196975466d373e8906692bc7c54 0.15 MB 348 100
262,136 262,136 0000000000000002d5badc8b0f287490bd1bd6e1a9192d2339dcdb7c6f8c4bef 0.16 MB 419 134
262,135 262,135 00000000000000016f57c2ea074a5b42b6ab443391ca776ef7e180507ad018e4 0.02 MB 54 90
262,134 262,134 000000000000001497bfc85ac3121e342adc2fac1c4354bcce897fba80ef288f 0.03 MB 88 80
262,133 262,133 0000000000000011b7e9b60facbe9d786a3fc0fd03d8c113de24a8828cf3292c 0.19 MB 414 76
262,132 262,132 0000000000000008c1f3b123622baf2f951ae6207e746f3222e8ae4fbd5248a1 0.25 MB 552 151
262,131 262,131 000000000000000b8e57e482100d30180bcbe0a85cbb7aa2251d05db063f5ae9 0.17 MB 231 84
262,130 262,130 00000000000000076ee29c4d88a83e1b900c21b7ea3e4b40e83e98dbc1d3a70d 0.25 MB 626 151
262,129 262,129 0000000000000005ad3fa11045430450989af68cb8878d446696f32d8a9ffaa2 0.03 MB 78 55
262,128 262,128 0000000000000001abb29ce317913ef48b488846af57f76b640f244415145d43 0.25 MB 476 115
262,127 262,127 000000000000000211e313ba87a33cc08c2a22b365c894a33eeda0ec390c5a95 0.18 MB 409 114
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.