Memory Pool Memory Pool Refreshing

4,264 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
902,711 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,710 (446,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,512 456,512 0000000000000000017abffb13236d88c975d64e88ef5ba84256f969a5abd9ad 1.00 MB 2,715 176
456,511 456,511 000000000000000000652a7fd5cdb2203127644e4c853c2c4fd6609fa4504557 1.00 MB 2,706 182
456,510 456,510 00000000000000000141011d23606c9031f3aa2094cf4b0c591d5505ac4f6c39 1.00 MB 2,988 149
456,509 456,509 00000000000000000095c5eff04e1a7c13b786a0f026fdcc01a2e9feeaa0d857 1.00 MB 1,984 157
456,508 456,508 000000000000000001b6fcb73a9560f3ed682a7d4712fa6cff60fbbd20b48855 1.00 MB 2,514 177
456,507 456,507 000000000000000001896a26a3f28dfea5226278382fcb367290473ca9f427dd 1.00 MB 2,575 147
456,506 456,506 000000000000000000b99e1ac1967abe34e457fec4a6c678f7ba62042a0d6b90 1.00 MB 2,365 193
456,505 456,505 00000000000000000128b8b9d4b257c4b241810e28dafef4c189c97f7601598a 1.00 MB 2,649 188
456,504 456,504 000000000000000000faed826d1f152007cc608855488c86dd772ddecbca911e 1.00 MB 1,637 145
456,503 456,503 0000000000000000022d2917a4324af09d327b99c4c89527be1893d3f06f8c44 1.00 MB 2,618 201
456,502 456,502 00000000000000000232633234e280e782973efe2ca17ffe233b56031b5595d2 1.00 MB 2,332 179
456,501 456,501 00000000000000000047916f58ed99460de7299116f5c1e45fb17803bb0a81e9 1.00 MB 1,947 192
456,500 456,500 000000000000000000496d2c39ce331953bfd6ce5c51bb20f16c8aecc8bf2ff4 1.00 MB 2,015 200
456,499 456,499 0000000000000000011b8561b503118af3c22d756fd5583e07bb5cd891adc51b 1.00 MB 1,548 203
456,498 456,498 0000000000000000005a78d6a01fb9714efca309d87d1402baa4461d21e73faa 1.00 MB 2,456 230
456,497 456,497 000000000000000001ec09c6aaabc4292f9ae11a8b86da5f42a9b2b0f6a111cd 1.00 MB 733 187
456,496 456,496 0000000000000000011762a08027749e208111e739c4e7d2071075bc18739208 1.00 MB 1,713 262
456,495 456,495 000000000000000000709b6000b90862359b99c08f9963f1ece6f8c0adfbf749 1.00 MB 2,272 178
456,494 456,494 00000000000000000105129cf0e2097afaf5fde921fa2527883fc86ad3e378aa 1.00 MB 3,871 121
456,493 456,493 000000000000000000d340c2efb9904664198be0e9deb63ff2a0cf44e5fb1dc5 1.00 MB 1,930 143
456,492 456,492 0000000000000000001c3c0f42bae12fe248a6c2fafd86038476317c7f5bda47 1.00 MB 2,293 178
Previous 10 blocks ↓
Total Size: 760.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 896.27 GB sent, 48.31 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.