Memory Pool Memory Pool Refreshing

11,897 transactions
28.45 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,699 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,309 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,698 (580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,118 881,118 0000000000000000000103ddcd38115945a6433458c3c7cfa40af2fab1f24403 2.73 MB 1,982 2
881,117 881,117 00000000000000000002281b1ebeabc78608a7e0544a45b92e9248318e5cc85b 1.43 MB 668 1
881,116 881,116 000000000000000000006c7126bdaa3f737985d1e045fad08048163213773e89 1.36 MB 678 1
881,115 881,115 00000000000000000001d40ddfb80c176794bdb80bd0c840fd6fffb263b3de00 1.41 MB 1,699 3
881,114 881,114 00000000000000000001a5c6eca7868afd3155574d0b8a40f52f770a67ca11b6 1.56 MB 3,285 1
881,113 881,113 00000000000000000000f573dfd48170a031ca1cfc28e06e5e59b0968fb789db 1.66 MB 3,092 2
881,112 881,112 00000000000000000001d164c164cbb8f3d98a948b15f659984478c256d13445 1.36 MB 1,921 3
881,111 881,111 0000000000000000000262be78636a0b0df774fcbf66646a9899653f99e40094 1.56 MB 3,484 5
881,110 881,110 00000000000000000001e96b3a8b262ee65e760fb0adce165058c2247326c6d3 1.55 MB 3,884 8
881,109 881,109 0000000000000000000040ef67ddd2b07e933efe7f4bc4dc6ba5ea77d664257d 1.47 MB 2,546 1
881,108 881,108 000000000000000000028d6b2562c5a07f46639e0047b2b0559e6e22395f61cf 1.83 MB 3,028 1
881,107 881,107 00000000000000000000d30c07bf6b7328e6b93be6f533405602a24876d133ee 1.64 MB 1,983 2
881,106 881,106 00000000000000000000ece2342d83576cb5b3ce27cb69edd95c375eb5e3e516 1.67 MB 3,167 5
881,105 881,105 000000000000000000010e0896f76c73b6cb5e28fbaf059d5aa500a24df63225 1.74 MB 3,426 3
881,104 881,104 000000000000000000016839fcacae7b77b416972d52754ad7f5edd14c6183c4 1.58 MB 2,477 5
881,103 881,103 000000000000000000024a88372bec5e043aa37b981233a8fc579185c6f27ea8 1.59 MB 3,696 8
881,102 881,102 0000000000000000000266892a88770426e984cb1477f63b308c31c709fd4c66 1.59 MB 3,658 8
881,101 881,101 000000000000000000022e7c2b41184413124084489026ead6dee9af433f4977 2.02 MB 2,551 3
881,100 881,100 000000000000000000001b7d47676281b70e9c7e05e73c9cadb7afaaf17d6ef5 2.03 MB 3,172 4
881,099 881,099 0000000000000000000061b2c54ecaa0b5b196a970fadb4975a7f4ce058b70a6 1.58 MB 3,226 6
881,098 881,098 0000000000000000000180fbb8ac6c798cee97a0e0f7cba1fbdab47000d8f302 1.70 MB 3,140 8
Previous 10 blocks ↓
Total Size: 721.80 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: 2,020.03 GB sent, 72.56 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.