Memory Pool Memory Pool Refreshing

1,703 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (613,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,811 294,811 000000000000000082d485b51f1754c3ead2a597366f650987a8399ba5d472c6 0.35 MB 567 36
294,810 294,810 00000000000000000f2b8c6f9a95f4d8d2d7031d01a940eeab7755853b5ca9fe 0.35 MB 340 15
294,809 294,809 00000000000000005c36c85bc7c6e16744ed264c83a86a17e7236b1d68bc6727 0.39 MB 1,024 134
294,808 294,808 00000000000000008331e1822790320c9afa32aa214eae205a33ee691ebf78d8 0.10 MB 256 71
294,807 294,807 00000000000000000f07c3921a5694649052846018ed81461a5fb21c31588145 0.33 MB 443 25
294,806 294,806 0000000000000000ad81f467170f4328683e305800fea076aa03d01cc5009ddd 0.11 MB 85 15
294,805 294,805 00000000000000006e167594ec324b3db14a0139cf7359fa3031c1171e38b3ff 0.05 MB 54 12
294,804 294,804 00000000000000006e33dbe8d3082a73008392050a76e63a5a35802f4cc0cb0f 0.11 MB 120 38
294,803 294,803 0000000000000000ac6e7dc755df0f6ebc6ecc40d9d7c075dfa41965ddae7f5c 0.30 MB 429 26
294,802 294,802 00000000000000004dc7d87b195af033368a12b823a861e8868166729089414b 0.15 MB 256 29
294,801 294,801 000000000000000037df4c756c105e9f17fec0e8badb17c1e76663251da941b8 0.71 MB 1,068 31
294,800 294,800 00000000000000001e36c00dbef8374188596ef10c32cb97b8cf359d95895ec4 0.22 MB 512 44
294,799 294,799 00000000000000001c7e3fb3eab045fa5c048971da6ab788ab538f01886ac88f 0.01 MB 26 164
294,798 294,798 00000000000000005521237a35bb2f7da40f67498249de7b912b769e384e7f9e 0.28 MB 379 33
294,797 294,797 0000000000000000a370cecfbefee62115ee53e5a29af567297946ccd9ef8606 0.50 MB 1,008 44
294,796 294,796 0000000000000000a4abc7b5a2f8c97ace6e91a411d327361a5121c195fc7b7e 0.09 MB 117 6
294,795 294,795 0000000000000000659b8cacae8d9643fd354df45127edf92869d46a27ab544d 0.17 MB 268 29
294,794 294,794 0000000000000000725a1b4b51c2305502ae204976f4ee281f5ae195983689ba 0.46 MB 468 22
294,793 294,793 00000000000000008f3b06b3e97e16cda921d41266b91791bf4bca4026ce5fce 0.35 MB 321 17
294,792 294,792 00000000000000008bde50deac7b3efe41ba9cf23f52974663010d04d776d2dc 0.25 MB 640 46
294,791 294,791 0000000000000000403e6ba2d91f9543f136f254d8aba9895ca497f011e786d9 0.05 MB 128 39
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.