Memory Pool Memory Pool Refreshing

2,401 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,393 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (446,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,486 461,486 0000000000000000007959a6776997c4e1c75d19e0b1fbe76843db0f1b9c3baa 1.00 MB 3,080 182
461,485 461,485 00000000000000000013427b694e84730a7383794acf1043f00470baa443d648 1.00 MB 2,132 327
461,484 461,484 00000000000000000076baa5733bc531b6e82bdc0c85f2f0604a2985dea73995 1.00 MB 1,689 143
461,483 461,483 00000000000000000112e9e8798346972a7469847ab0e2b556078d95215a2958 1.00 MB 1,819 132
461,482 461,482 000000000000000000743a7165a124b2d55eb85bba525dcf63e7922ad883d28c 0.00 MB 1 0
461,481 461,481 000000000000000001eea8ad37917dee9fc52a1a19e7952e8e1606a8d9e0c307 1.00 MB 1,378 99
461,480 461,480 0000000000000000008337f5a8f875ceeb5a4bc076615a1790ffe3e355063e38 1.00 MB 2,727 160
461,479 461,479 000000000000000000e730da106c6f23a8c4e918a6640d1d2fde37494539da51 1.00 MB 1,271 123
461,478 461,478 00000000000000000164b16864baed0ff60be27404a532b125020241872e8494 1.00 MB 2,193 144
461,477 461,477 000000000000000001f4cc0d0ae0f1efc7c41d59e2900aed572a2c00a8aecceb 1.00 MB 2,883 132
461,476 461,476 00000000000000000174914f7c48fee5438801eb0ebbdf78205889c6893d2cf7 1.00 MB 2,277 166
461,475 461,475 00000000000000000112dadc07e555fbdca564f49feca1df954ba8ad86b2ece5 1.00 MB 1,965 140
461,474 461,474 0000000000000000000721ec6f21339325f9167459e01912a2836b42a94d4538 1.00 MB 3,031 268
461,473 461,473 000000000000000000eff18cabaf947e10a863b46cf45ccf5a71d1b2db27f7f3 1.00 MB 2,991 277
461,472 461,472 0000000000000000014ed800603130ba5add1244c3798bd7c7d46090c2f64f3d 1.00 MB 2,703 223
461,471 461,471 0000000000000000008ddbd689ec4b29b1ef5e33026596828e346f1e6e0819f6 1.00 MB 2,331 128
461,470 461,470 0000000000000000013cfe501e13bf376bf6ac149e191ea53e956688f780cff3 1.00 MB 1,826 129
461,469 461,469 000000000000000001797fa12dacafdf2ef57703cb770c41b65593bcf015d0bc 1.00 MB 1,010 128
461,468 461,468 0000000000000000007af4fa507a7a400a526405305a069d0f7758fac6cc5cce 1.00 MB 1,198 140
461,467 461,467 000000000000000001b4904ab88cb6f13b1f8ccbb9f183db51894cc521fabf23 1.00 MB 1,807 298
461,466 461,466 0000000000000000017ae4b096e8c04705269760db371dfa10c7bc29108351d5 1.00 MB 2,499 138
Previous 10 blocks ↓
Total Size: 769.10 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,629.21 GB sent, 93.42 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.