Memory Pool Memory Pool Refreshing

2,840 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,837 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (574,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,382 333,382 00000000000000000061b0fdaf9827997a6652679ddfaf92cdea7884abdcd045 0.12 MB 192 22
333,381 333,381 0000000000000000043d70562fd24f857d4b0e2c1c5263ed6c4301c54a7a4da5 0.46 MB 920 28
333,380 333,380 0000000000000000020f54e9f37859ba6fa0e3f200fc45c25b7ef04ede66a149 0.07 MB 163 26
333,379 333,379 000000000000000017019f24830443d2b6c183439da4430bed52c8fc330e20c8 0.37 MB 263 13
333,378 333,378 00000000000000001949763c568bb48c1165f7910a804e5c06690a897c6f9745 0.73 MB 512 15
333,377 333,377 00000000000000001264fa4d71792d9573d65d758cc1a7c8c6ced0ffa5f14f6f 1.00 MB 856 20
333,376 333,376 00000000000000000da5f624ada21a09bcb24f1c712722fbc7ca1815d5f49d79 0.16 MB 251 21
333,375 333,375 0000000000000000036571e5e5567a5c8be515758bf64a40e813ab334df548c7 0.24 MB 426 24
333,374 333,374 0000000000000000055d89899d8dae20f74af170201ef7ac6051bf031c711c3d 0.09 MB 202 27
333,373 333,373 0000000000000000049621ff94ddd2159b81d9142637789fe24e27a18fa6052d 0.56 MB 813 21
333,372 333,372 00000000000000000eeef5eb5e985a1e014ee9cc33c395fb71047c5aa8954985 0.13 MB 217 22
333,371 333,371 0000000000000000143b2796b6a33a863af661e4fdf080d4f300e4851633327a 0.01 MB 32 23
333,370 333,370 000000000000000012821b695ebd16f174cdb9598b2fd2eb243d7891a32eba01 0.06 MB 120 12
333,369 333,369 000000000000000003d9394832499d4a5ad771947cb51c857136bf191579dc7e 0.22 MB 351 22
333,368 333,368 00000000000000001b103e4fff0ee7502127d57aaa8ce522071a3a04da90faf5 0.10 MB 151 16
333,367 333,367 00000000000000000bea106a1a17972b54cd1385697cbeae1c788a005f638445 0.12 MB 234 25
333,366 333,366 00000000000000000cac0e75f59941c64ddd09d05ffd437e46b76fdb1aa72d86 0.14 MB 333 27
333,365 333,365 000000000000000015cbfd254769a430f0fa92f237e20a3b78f378ebc50d2695 0.10 MB 122 5
333,364 333,364 000000000000000003f4d5fcd1f3574165fc14eeb534676f816831d2eddb321e 0.84 MB 1,336 21
333,363 333,363 000000000000000009c8dfa033e935799dccae9b17a2df8db4d74dc30843f162 0.29 MB 535 23
333,362 333,362 000000000000000001a79952d61c947e745e53ee3b2bf85d1cdc820216973510 0.14 MB 310 29
Previous 10 blocks ↓
Total Size: 769.11 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.44 GB sent, 93.43 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.