Memory Pool Memory Pool Refreshing

6,453 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
907,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,091 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (219,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,808 687,808 0000000000000000000c76da091c37595506bad1fa95bcb011c1aadf66040cb3 1.42 MB 2,649 45
687,807 687,807 00000000000000000008996a6160fb52d80e8f676a3c6f0dbc8d3e751459803d 1.45 MB 3,760 9
687,806 687,806 0000000000000000000489d050be1cb87b11ff2e77c9c6768b44f47f6eae6136 1.27 MB 2,625 3
687,805 687,805 000000000000000000039b84224636405a2c007cd46c0be523bb114abbd62edc 1.31 MB 2,323 38
687,804 687,804 000000000000000000098ea6d8f6df3bbb52718b4ec2833ce0abc34461d7a11e 1.33 MB 2,246 7
687,803 687,803 00000000000000000004289c67f76d223f193825f71cdc425f05f6bbb4ddcdb3 1.21 MB 1,532 31
687,802 687,802 000000000000000000099e2605983ab3bfb4a0ed60eb53ffe4c80197fd4868e4 1.31 MB 1,393 44
687,801 687,801 0000000000000000000705e187dc824b67378d72783ecd0b1bbee39050772369 1.49 MB 1,885 25
687,800 687,800 0000000000000000000ab3cd53b5b7b766acc3a4eaeb01e1f20d032a9a9a6eba 1.40 MB 3,000 36
687,799 687,799 000000000000000000018f922133e1ff461abb11685c53c4c3b5ffd22559f77c 1.54 MB 2,662 51
687,798 687,798 00000000000000000007ecb7f53de84fe76f0faf66b5d62e9ea0edaf9212a5d9 1.39 MB 1,934 20
687,797 687,797 000000000000000000083d6a843e8fda272584c40ddd15d42282e6bbe034f1ad 1.42 MB 2,910 36
687,796 687,796 0000000000000000000a6d9f551dbe41db4b1c761f95c11a284e454997e81091 1.43 MB 2,864 44
687,795 687,795 000000000000000000090342e799c7d13006387efa7f4b99181177edc7bf0b25 1.38 MB 3,194 54
687,794 687,794 00000000000000000005ffb3c10a9c4f049cdc1b399431ba9c56ea36d7e5351f 1.18 MB 1,233 34
687,793 687,793 0000000000000000000d8173cb33969e30d17366090607364cd004e82cf7362e 1.27 MB 2,339 12
687,792 687,792 000000000000000000074c8435d3e8a76af187893ae472f7141955824a72387b 1.38 MB 2,415 13
687,791 687,791 0000000000000000000962c4c5c5843362141c81f83797c2b7658eb4eb80dcaf 1.31 MB 2,284 21
687,790 687,790 00000000000000000001ee68d07e4e3f44edcc24aeb170b0412fdbc79c6c4592 1.38 MB 2,460 39
687,789 687,789 00000000000000000003c22c34ada8b5c7880e5e13bbf88c5b2f4e02a1b4c7b1 1.35 MB 2,554 31
687,788 687,788 00000000000000000003f2543225341d5751efa91394d5216424e2f16507558e 1.14 MB 660 19
Previous 10 blocks ↓
Total Size: 768.96 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,615.35 GB sent, 92.63 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.