Memory Pool Memory Pool Refreshing

3,639 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,567 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (703,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,482 204,482 00000000000000fdea648eb71e2ca5d76ecfa255c819c52d6856b793c5914c07 0.10 MB 193 117
204,481 204,481 00000000000003a697ec42df5882ad4a0aa5a611ff7ac5a87c6f1c21baa01772 0.10 MB 276 143
204,480 204,480 00000000000001a12048c36ac1fa994b589ad513a57c09f2321b7e7b572b5226 0.05 MB 140 127
204,479 204,479 00000000000000edcfc63385dfd2af0ef10190542c7f309d3b6eb5b096c06c5e 0.14 MB 312 124
204,478 204,478 00000000000000134983331b9a47f3f3c2ed8523112748e6aa89fa8d73bf67fb 0.05 MB 153 172
204,477 204,477 0000000000000512429c70964e2e31eaeb570ea217beff06f1d97b737bfb1ee0 0.00 MB 10 469
204,476 204,476 00000000000003c13840d236b2994219111bf8cf6a62df0581c5650dd0246318 0.11 MB 161 79
204,475 204,475 0000000000000106749e5a9ccdf211267a90ba50aba6e8cf7734b370aa3d1c1d 0.10 MB 256 138
204,474 204,474 00000000000005125031ebbd8e046b0568a1ddc2b8a529932d65fc3d9e0a514c 0.03 MB 115 162
204,473 204,473 00000000000000d6c6b08ece98abf7db4b0ecdb1c406b58e0d9c4d46064a63be 0.05 MB 125 116
204,472 204,472 000000000000053058ad993f8c79dcd00440fe6cdbfd0009ab9db81b55e4fdae 0.24 MB 552 130
204,471 204,471 000000000000017db45b6598bd16e742a7682a51290335cd0fab5682fd35a21e 0.05 MB 124 163
204,470 204,470 00000000000004530444d034fcb041081166bd468d79372730c9ff1dc7217205 0.18 MB 375 98
204,469 204,469 000000000000040df9b168a165b6fbcb80d7134550f84f9a2aac52d12d5a5bd5 0.01 MB 50 82
204,468 204,468 000000000000041f108997ceba1457498b814d0f89e4baeea2ca0430d758304e 0.06 MB 88 513
204,467 204,467 00000000000002f54deaeb9803b28972e66cb161621d3fc486db459b56be7fca 0.00 MB 4 27,128
204,466 204,466 000000000000003c0d56e7e9c845a659294cd02d110622a1232f00b58a8cae34 0.01 MB 27 171
204,465 204,465 00000000000001d03e4c6188f3be5e36e4f7ebfde9c68ee6b1095034a60793fe 0.05 MB 133 124
204,464 204,464 00000000000000b782bf3675337a30f5ab5e3ee3d36bfd3d0ee5d126816c1e81 0.05 MB 99 85
204,463 204,463 00000000000003d7b11dc934280c276e5b6e6c5e8373df7e2372ea748cffca75 0.07 MB 177 139
204,462 204,462 00000000000001f130be601b71ee72eb3bbe7fa19f0d8c6da1c51803a9a7c220 0.20 MB 320 82
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.27 GB sent, 93.11 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.