Memory Pool Memory Pool Refreshing

8,806 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (786,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,292 121,292 00000000000039049c83526d2da3c80e6d5cb08eeb8defe589b2c6b198a8c0b5 0.01 MB 23 515
121,291 121,291 00000000000016bbda0c48f2f5eb9123e1c51bd9bea52167bd548e4cfca5d652 0.01 MB 19 1,113
121,290 121,290 0000000000004a3ca33d1da1c2186b455987d31542911ef6faaed8baa0105e18 0.00 MB 15 1,005
121,289 121,289 000000000000299267ea58eac30e78d524768c23ef21a051e032c35afd50d04a 0.00 MB 16 1,039
121,288 121,288 0000000000008c5eab0c6f6164b910ba8f3f6dce9f735f525ad418b4a5487a4d 0.01 MB 22 592
121,287 121,287 00000000000002b00780306def4a65aa60f8d12d1ef0ca660836c32d162d61a0 0.02 MB 71 329
121,286 121,286 00000000000029fbf8981a6548648747cb34df76bffb15413f13cf87666d1c3b 0.01 MB 29 832
121,285 121,285 0000000000003b14eb6be0af0000fc653ff2b8fe38a814d36a46dfa96226b657 0.02 MB 38 564
121,284 121,284 000000000000451d2873580eefc5496b20c3d9553ffa67226bddbbf26db113ba 0.05 MB 9 1,165
121,283 121,283 000000000000066cf04168234ef361d0e99560a28e26b2ea9919cdd8ebb32fbc 0.00 MB 10 0
121,282 121,282 0000000000008833d8f5151574ad743de35b1de2d170a0025e67eb6ff15ee567 0.02 MB 49 822
121,281 121,281 0000000000001f880e823beb76b5f40f512cc4502a10c416b4d59a7d66406125 0.03 MB 21 439
121,280 121,280 0000000000004a39c86df74626540eee0c90fb9f5fed0a9c639826dcc3a39ee0 0.00 MB 10 238
121,279 121,279 0000000000004a1236bfb9528e8211b2c8e8b2aedad443d32bf69bae6d15683e 0.00 MB 12 476
121,278 121,278 000000000000026114707533f239ce58bb302d573ef60196e86c1e6baaf834ef 0.00 MB 1 0
121,277 121,277 0000000000004d46e40c989392778b5069e0f99acde4d03cbe5ea1f55e9a4c40 0.00 MB 2 0
121,276 121,276 0000000000001c2aa659fd64ccd880f044ac6b34491cc2aca6e17136319d4c3c 0.01 MB 26 2,531
121,275 121,275 000000000000254dfca76b5c36b800eeb4f18a5c504c9fbd2d07f4c727d1b72d 0.00 MB 2 3,875
121,274 121,274 000000000000678b719ee681610bcd54c9c8171c3add62c9169b55efe4e74cef 0.00 MB 11 486
121,273 121,273 0000000000008a248f592f1aecd394c943269a79abe6526e2d19dbdadd092e27 0.00 MB 1 0
121,272 121,272 0000000000006b2d7e97066bccb86f22c87caf22ee2f8ed4028c3c09c26695e1 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.