Memory Pool Memory Pool Refreshing

5,276 transactions (2.02 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,257 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (861,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,723 47,723 0000000020a2bcd406ad4bfc495c18d996a0abd49c8b362c6daea899ebb7e714 0.00 MB 1 0
47,722 47,722 000000000b5d41d56e79e6604dc10e7edce0d92ae1573fa48824d6c3ca1aa670 0.00 MB 1 0
47,721 47,721 0000000022b978083afe9d178f5e64211f6a514842afe41d1766a0994c8f16a4 0.00 MB 1 0
47,720 47,720 0000000007713d3f90142aef29b1030c33d340415e0eaa848404a2ad3bbf6b57 0.00 MB 1 0
47,719 47,719 00000000138588d50e85306a1bd84b8f5eedef3de62297a92bb1d6e674d45900 0.00 MB 1 0
47,718 47,718 000000003123eb8ca30b5ced6db0519b6ded716d1bbad866954831bbd0a3485e 0.00 MB 1 0
47,717 47,717 00000000128227431f556ec0cbb012e108ec909e974baca9adf20e6bf9240fa2 0.00 MB 1 0
47,716 47,716 0000000006a87c4868b969f6e16414c6ceb79ffdb5d2731b32b54e53bddbbf8b 0.00 MB 1 0
47,715 47,715 0000000022fedab4c29d8ba1316e7e12efc99468c09d7f8f76f4cf29f76633f1 0.00 MB 1 0
47,714 47,714 0000000002748aa129f70a303932a76fc0c08017717e29a51f848bd74e824d79 0.00 MB 1 0
47,713 47,713 0000000024cbaac2072294d18c7b5fd7f8f55040c05baaa0a25f624c839eb43c 0.00 MB 1 0
47,712 47,712 000000000fe84aec262e90e5522e40cd37f1c95facfc748d6e6072cbb7fec648 0.00 MB 1 0
47,711 47,711 0000000005408a3c2722f4baff2dd47a0f8f2858f907d187e7e0f53844304809 0.00 MB 1 0
47,710 47,710 000000000d7e0049f50d0b8b6de9e8a36e97abbd907d440d9dc8c75c58a028be 0.00 MB 1 0
47,709 47,709 000000002adb50d66c25faa3dc1b729bf1f876ec98bf5e8e50e0ad9fcbcd24ce 0.00 MB 1 0
47,708 47,708 000000002159b3a238d0862b64dc66ce551427b0d38e05325629ed3d7fc36027 0.00 MB 1 0
47,707 47,707 000000001973d61d0c234342914447eac7499514c59671d6a5d4e62cf834e6ad 0.00 MB 1 0
47,706 47,706 0000000031e7b5cb146f871d292a394971a162d105ed4a774124c6bc6f0d79d3 0.00 MB 1 0
47,705 47,705 0000000011c4567454b81d9db0aa3fc3119d826a17f4e452825ef18a5abeacd4 0.00 MB 1 0
47,704 47,704 00000000243ca29e7c6a799586a11a9d81339c38a12f686fabbc744bd0d9b4d2 0.00 MB 1 0
47,703 47,703 000000001e4210783223dc805ad1420d1b7bac2fed7825b762eaf6bf8a885695 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.91 GB sent, 102.78 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.