Memory Pool Memory Pool Refreshing

1,681 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,721 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,665 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,720 (852,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,342 56,342 000000000555ef0fc08f9ffda410a00d26c9e484213d9aaab3959aef8c312961 0.00 MB 1 0
56,341 56,341 00000000055e65f1b129acbe49e8fedb10eb1b519eea80cebbab566a4d0400f8 0.00 MB 1 0
56,340 56,340 00000000085b269f233c70f3dde399c59029a44e7e00b493d5eed8d3b865115d 0.00 MB 3 0
56,339 56,339 0000000012e1bb7ea84dea77e5155a31917edc048cf28f19b60cdd63d76a6d34 0.00 MB 1 0
56,338 56,338 0000000004989909a9320fd050510fb9c2e225072ddffd46ffd15c9568caac4a 0.00 MB 1 0
56,337 56,337 000000000cdf74ae4cbe408459621da2bc8368927c9df5f5045b04a8cfeda7a4 0.00 MB 1 0
56,336 56,336 000000000298264c5e19a8d57f2a6e1e9f7f794e7ea27a5d6959443a769b868c 0.00 MB 4 0
56,335 56,335 0000000002a11b9b480c5abf6873df66a2e3bde71d46855e5cd7b84ea62bb998 0.00 MB 3 0
56,334 56,334 0000000001e530ad2aa47f5ff6c66ea70633b840384c6041057b225b8df4345a 0.00 MB 1 0
56,333 56,333 000000000a1bc75770b3acbf08fa3e8f33c843d0faab818c3c51b1e77b67a053 0.00 MB 1 0
56,332 56,332 000000000557bdeaebd835f275f88924f60c0a0a8fd6930c35d8d4988333daca 0.00 MB 2 0
56,331 56,331 000000000d9235a51751f61c950482a1f41407b20b39c8556d318c1d31298e3a 0.00 MB 2 0
56,330 56,330 0000000006bddfe37222591274cb065f97055387f106bfcfa0e0e909c831c707 0.00 MB 1 0
56,329 56,329 000000000aa4a1d1d7383f2ddfbfa13f3cff5ac05abbc657ef03fc09f4d7af10 0.00 MB 1 0
56,328 56,328 0000000003d5030740c6e1493eecd333bc1b3ffd88c0a5415c731d135b270728 0.00 MB 1 0
56,327 56,327 0000000005a4dbf9e6bc68e4b81ac947266263584e7318ce7ec4f9a7aa7df2b0 0.00 MB 1 0
56,326 56,326 0000000004ecc703c5a7f3dcd2444a2e005bd6503a80f2916877e0df89226054 0.00 MB 1 0
56,325 56,325 00000000009dc309a54f0f5c96780cb8108400a7dacc8ccab7ad882979b5627b 0.00 MB 1 0
56,324 56,324 0000000013e4a14c800e6c16db268b52821d17342acaaecf59fd8bc2a9af0c15 0.00 MB 1 0
56,323 56,323 00000000112bb039fa4d105a6c48f57a995031ed69bb1a5093457cf584e671cf 0.00 MB 1 0
56,322 56,322 0000000009fc409e69deea100ce9b2be12b790bbe03fa177feacbff8a89590fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,854.99 GB sent, 102.17 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.