Memory Pool Memory Pool Refreshing

542 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 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
908,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 234 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,174 (896,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,157 12,157 00000000b881185cac48ba7bb6de186f4e9f4d9f6603a3c392d3406fb21c0c81 0.00 MB 1 0
12,156 12,156 000000006ae5956e79fdfe3311fc3553c4b3c9e96e01dc1fe647c71f5521c9c4 0.00 MB 1 0
12,155 12,155 00000000b1eb1c024826cd6a941512091915529a95c247e67e8adb3d08afc8d0 0.00 MB 1 0
12,154 12,154 00000000c79cb295e11f8e22c8fa2026c480738ffd01ad60f1f740f2e0b88605 0.00 MB 1 0
12,153 12,153 00000000850d5e958c8fa5835f91dd1d56a10e6c59413653a86eda138b86b66d 0.00 MB 1 0
12,152 12,152 00000000b4d5d4e8900302565550febff1bd64e91dbbb7963ddffd315f573d38 0.00 MB 1 0
12,151 12,151 000000001d998453ff338dfaafb88a78687b4fb535f7387b94172eb8a758fdeb 0.00 MB 1 0
12,150 12,150 00000000ddcaffbd0077fc4dc84a8d93ee8ee776fba705f98e390d545a6ad699 0.00 MB 1 0
12,149 12,149 000000009f0326fcdfc2734ee6dfe804868e48c41aeb75636da8de0e6cb17914 0.00 MB 1 0
12,148 12,148 00000000d8b5053fe7d0b89d0e62d8021997443a2b3e1c5003df4521e6e7aa14 0.00 MB 1 0
12,147 12,147 00000000ed88313361008cdc813627ebfa313a3d822202c4add9cf938fe28966 0.00 MB 1 0
12,146 12,146 00000000ac0a59b7b93f3f2fc3f8dfc19dd9c01e0d2569b4433989b4cd52c28b 0.00 MB 1 0
12,145 12,145 00000000c0f93c142f7ac2b3fffdb31235f9682195f93cbca31e91d8302fc8f8 0.00 MB 1 0
12,144 12,144 0000000043d846ea7bda1f5881ca6842658e454d32d4fcbbb23a48cf77413c6a 0.00 MB 1 0
12,143 12,143 000000000bad0f5e0449a090ed9137f68a2846bb60165dc24ced13629b034ea6 0.00 MB 1 0
12,142 12,142 0000000004432502f35cb207f7182551e31aacd70f4ed5b56b6d9146b14e0a23 0.00 MB 1 0
12,141 12,141 000000005d2616ca6e0c0234a259077ba7555d34938a2330d0848e71b720ce28 0.00 MB 1 0
12,140 12,140 00000000824761513433920303af8ec04ce167e5393840a821ee90c31f63c006 0.00 MB 1 0
12,139 12,139 00000000133fe721d720af02012d56d174c233622506bd363016e10934469dd4 0.00 MB 1 0
12,138 12,138 00000000c9be3f726e2f514a5ea6c18c135fbd1651ab8629a51b15e1e961216d 0.00 MB 1 0
12,137 12,137 000000004db16a9c32e9819c6f8fa7e6048b3f6d8366378d8ab0db4de5c6f4ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.89 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,681.29 GB sent, 97.27 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.