Memory Pool Memory Pool Refreshing

3,816 transactions (1.00 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (840,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,237 68,237 000000000169b95fbf4d01c5d156ae017b75eb1dab2c9d9443d533cd3790c47e 0.00 MB 2 0
68,236 68,236 0000000003f75ffabaa6361f2e634032a06849f5057500a7ccc9cbb18836a527 0.00 MB 1 0
68,235 68,235 0000000004b08c22a5f15d317871c9907273bd54267a5c2399081708c7f2053c 0.00 MB 1 0
68,234 68,234 0000000002bc8b150ba78e214d90efad3d5bd9278dbaa84e86a4cf0fe32fbfa5 0.00 MB 2 0
68,233 68,233 0000000004cd3755632e0ba0a3b214c2c85e8fe3f8e4512929c81d4671bed598 0.00 MB 1 0
68,232 68,232 00000000029b77b9f14040e887a14141c80497a0df4cf148b12bbfe0b26b683c 0.00 MB 1 0
68,231 68,231 000000000312c63624d5ef83eb7723701f3edec42feacece53523c2acf064887 0.00 MB 2 0
68,230 68,230 0000000000b8a13043aa8054eb46d440f2e34f6ad0a1a494ee48e7cf966b864f 0.00 MB 1 0
68,229 68,229 00000000018354088066e27915204f00bf592f1cd6ba6d7c175fad4f4fbcac77 0.00 MB 3 0
68,228 68,228 00000000058df59bc677bab830459e536921d23933483359eeb9e787674de284 0.00 MB 1 0
68,227 68,227 00000000048f9e2f6f544995063cadd5d26747822874fc3ea9404cdeaccca186 0.00 MB 1 0
68,226 68,226 00000000048bd2a9d1e139e1cd2b4ba86086126a6a4268ee31fff72d977e3272 0.00 MB 1 0
68,225 68,225 0000000004871328ce46aecd2fea2f9ab0eccba0b55e952e4cbe41059b9dca89 0.00 MB 1 0
68,224 68,224 0000000000de7bc1941abbebe4c8751095220283bfaa443527301f1fdc6fff9c 0.00 MB 1 0
68,223 68,223 00000000046fdca936a131492e9d7da97f93901db1fa49882d3e17e9f2a4a52d 0.00 MB 2 0
68,222 68,222 00000000042d30442b7ac464a65f0f31fc4aec78fb2ec9cb69282a332982648d 0.00 MB 1 0
68,221 68,221 000000000394728a89118b9c6c47d7fc1b9d6bd649b2f9aa0fe5a5ee3ebe6862 0.00 MB 1 0
68,220 68,220 0000000001335d697321cc0fd9cb41a6296157ada82e8d22ef2625f643855a06 0.00 MB 4 0
68,219 68,219 00000000024197d9fc0409b9561d8acf105d47c49639179cf99c739a8ce4208e 0.00 MB 2 0
68,218 68,218 00000000017a2c9b4ecea631631548e7a919a4ec9f2d8e7df41a0ff61f4c8ffa 0.00 MB 2 0
68,217 68,217 0000000000313b084254bd63880482a0b8d87ae79406cf12e3394d5fae9958be 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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: 1,917.44 GB sent, 106.21 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.