Memory Pool Memory Pool Refreshing

5,117 transactions
15.16 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,929 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (860,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,442 47,442 000000001b4b7694aacf28e79b17776f0125f78ba9be7f6d536d95bc320d1c05 0.00 MB 1 0
47,441 47,441 00000000323f994a24e6bee49da4495713d34f27c2a57e32b9827292f76547b8 0.00 MB 1 0
47,440 47,440 000000001db9ad3ccd3d1e2e58819068c74c2d65f57ab45bf8ab480d263d14f4 0.00 MB 1 0
47,439 47,439 000000000598a4acedc4a1a213c71f34f7cef21b4e3d20432277a76422ec8957 0.00 MB 1 0
47,438 47,438 000000001c5fa774b16742035a045941a7af76e1e33d2cdf2f08693473491820 0.00 MB 2 0
47,437 47,437 00000000330b78b5d5b3521cb4346f0c5920c260e292249014479ca92ca2b3ab 0.00 MB 1 0
47,436 47,436 000000002687d079b9038c62269299158409a9d94c61b94e2bafa8f976b4b2e3 0.00 MB 1 0
47,435 47,435 000000002b07a59ab1222fdb86fb18811e60c77ed224497dd843daaef7ffbbd3 0.00 MB 1 0
47,434 47,434 000000001beb3e290c92934ac5a0f20ff7a1caee4760a53f107c7c6d584a1e28 0.00 MB 1 0
47,433 47,433 000000002a62b326e5507082dbb678cb4614b2a34e748d7bbc543ac7c04393c9 0.00 MB 1 0
47,432 47,432 0000000019e987d0393213e30207fde3b6aff1b6d7e31f05b0fd4c060096bb6b 0.00 MB 1 0
47,431 47,431 00000000188c400b30edd06d60fb6db22dfd32270ac8a1f10c8f636e65810e36 0.00 MB 1 0
47,430 47,430 00000000314d7373c563879735dc120b32a903fde3de1b73fb9ae8c17e1c657c 0.00 MB 1 0
47,429 47,429 0000000026d0e20fab3d748804691810ccecf73dcebe6927ccbb70201afa5ba3 0.00 MB 1 0
47,428 47,428 000000000a49666df9632e6f46d3403543056e69a4513d44c7e3174c0df7899c 0.00 MB 1 0
47,427 47,427 000000001fffc608e87395d9ef26f26b24946af8d13ceae0675e265c57aa7b55 0.00 MB 1 0
47,426 47,426 0000000034d9146c76592590bb9bdc4c1dedd5565a8edb8f97c9454d2fb1effa 0.00 MB 1 0
47,425 47,425 0000000001315cefeb7fe556d068ebd96367f81eadba0ce70a55501e662c1eb3 0.00 MB 1 0
47,424 47,424 000000001d06f62cd1d90d80fa57dda499e56f7516ad4e2e147cc686f035a1e2 0.00 MB 1 0
47,423 47,423 0000000010f96d5cc4d20909aa86c8450c545faeab6284358b8e14db748bf547 0.00 MB 1 0
47,422 47,422 00000000006b18a9ebfa87bf101c764e192f52465051b8f376595c2d9b6deac8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.