Memory Pool Memory Pool Refreshing

5,966 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (462,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,233 445,233 0000000000000000032a8fd4fe46db7f088d3d147b90cf0d8de75a2bec27fe9f 1.00 MB 2,532 88
445,232 445,232 0000000000000000032195d9c2f2529c9422ce24e84e98985a1052ae35d90a35 1.00 MB 1,449 54
445,231 445,231 000000000000000000c0cb4a6e34c7fb5abffe31ebc05d6b43aacee25f2514be 1.00 MB 2,612 81
445,230 445,230 0000000000000000019cc8fe07129f25a8178d3aab50f18b5caceadd32f11e53 1.00 MB 2,152 71
445,229 445,229 0000000000000000019d58a43782a5aeecb1026bc5a40d06538dc3b324c1db17 1.00 MB 1,167 69
445,228 445,228 0000000000000000035eeda7673e998ad84328075bd479e90afc71d3712fa9d1 1.00 MB 1,896 75
445,227 445,227 000000000000000002345c1c19402ea7804bca0e541d1cb2f58f98c711fd8179 1.00 MB 2,480 86
445,226 445,226 00000000000000000371726a84fcdb3e17d4bf571014f6ac6f5de1609fcb01e5 1.00 MB 2,412 78
445,225 445,225 0000000000000000035c59abeafbe708a1bbd3ddc97f84148db36880e50725f1 1.00 MB 3,000 87
445,224 445,224 0000000000000000037d2d0bc5479a012977c49eeac67c3e8e84558125373059 1.00 MB 2,546 78
445,223 445,223 0000000000000000025362990f52b21e22214f4c561e1d74a2ed775e74eaad92 1.00 MB 2,659 82
445,222 445,222 00000000000000000115259ae20896d5b5b8cc1bff9efbbc338f251a3fcdd6a3 1.00 MB 2,248 97
445,221 445,221 0000000000000000003d6c295aeea5dbfdc88be03cd1ed62c623c44c852a03fb 1.00 MB 2,982 80
445,220 445,220 000000000000000002c35f462a25eb2f7b6ea8ed91783170cbc72dc863c1104c 1.00 MB 1,849 66
445,219 445,219 0000000000000000037ecb62ae6cf483ca022b900c31d796397774b728aa0396 1.00 MB 3,040 77
445,218 445,218 000000000000000000896faaf4455b2847071fe1f6bcfedbc4fdf0f93ae7dd10 1.00 MB 1,004 84
445,217 445,217 000000000000000003019b330345643328fa6483772d0b48debcb42cde6e88c1 1.00 MB 690 83
445,216 445,216 000000000000000000d43fe236433ce0a2e34c7bd04bbb25228935c421bf0546 1.00 MB 1,592 100
445,215 445,215 000000000000000001e5add74b75cf5a3a051bde71ad373d988447a3e5deb547 1.00 MB 1,705 103
445,214 445,214 000000000000000001dd6d3f997d853b1fba6aeb9569a3c84a4ece05f5e7b939 1.00 MB 2,689 90
445,213 445,213 0000000000000000030d770fd8c3de36877dff6596a3bd4b43127aa30c7733e8 1.00 MB 2,529 94
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.