Memory Pool Memory Pool Refreshing

5,091 transactions
4.91 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,676 (906,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,350 2,350 00000000b15cc18f1326b12b66218aa68f3f038e45c6ff15ffd47a8bcf144c31 0.00 MB 1 0
2,349 2,349 000000002378d870a489ae9b1460f3a170fdcf7ee1121c767a40cc3c5baec2ea 0.00 MB 1 0
2,348 2,348 0000000006ef66fce69f45de495904c485b083b654b445eab66d5b4293b78258 0.00 MB 1 0
2,347 2,347 00000000844e0936a9990791b04e701d6ea7b7ad47b256545b760f848302aa99 0.00 MB 1 0
2,346 2,346 00000000aded7e44ad131a9fcf28deb1299348327766d4d7a63ecb4b2d2df202 0.00 MB 1 0
2,345 2,345 000000007024f233aa44bc7784a78926fb1c325f9985c936ae57b94530505062 0.00 MB 1 0
2,344 2,344 00000000e4621d872dc7056fcceac91569282a7332091a38c771c2d852235ea9 0.00 MB 1 0
2,343 2,343 00000000b80e4b633d6baea4db23cebf406dddaade5f79867bf5aeffb0b7453a 0.00 MB 1 0
2,342 2,342 000000000ce977110c4d11b875c77117a4b0c75fc26df4499cbead8b099e817c 0.00 MB 1 0
2,341 2,341 0000000011c0a69f3063cf4fb95ac340e2557e57463f71817e7c2b6cf8c356b4 0.00 MB 1 0
2,340 2,340 00000000112d24a5aa42bc6695b9c7797ac8c874ba5d927793369706ef5db1fe 0.00 MB 1 0
2,339 2,339 000000003b2a9ac3f0efab472b9ceae68fa38e2d629e9a41defcf9969f60920d 0.00 MB 1 0
2,338 2,338 0000000077972a815618cc4c5070715be0dd2af487410e9a381b6e96d96fda16 0.00 MB 1 0
2,337 2,337 00000000621d217b83af87dcb7814936aa60bebaa1af67f6434944bf78a0fbf0 0.00 MB 1 0
2,336 2,336 00000000fce4189472e39f5ddb9d08d00b9f4004e2d1e962b93e0e4bdc4e3d7b 0.00 MB 1 0
2,335 2,335 00000000f63adf93c21fde4b58eeb6e1b605e763b542641209563c6f53f18db2 0.00 MB 1 0
2,334 2,334 00000000005c71ed36bf631dd20841b2745cccb29d620b75f929738dba5d3e96 0.00 MB 1 0
2,333 2,333 00000000783ce6fe6b2880adced900649c851851630043888079c76fbd3d670b 0.00 MB 1 0
2,332 2,332 000000008b352dceffae1085aff7a87bdaab4fc553418d0dbbab0a8727f19b02 0.00 MB 1 0
2,331 2,331 000000001e090ce0b60d8f264dc4efa37e4e5f3126b1d362cc9638c8068c352e 0.00 MB 1 0
2,330 2,330 00000000fab2bdd9e97cb14d98dd77aed14e4cfef22963e6dfc3d2c52c5e9443 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.68 GB sent, 101.74 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.