Memory Pool Memory Pool Refreshing

33,266 transactions
31.83 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,152 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 731 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,151 (164,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,493 698,493 000000000000000000086fd5b94562c2cfafcbe5a07df7987ccf85588474ccf8 0.61 MB 990 15
698,492 698,492 0000000000000000000ca30c1689a226c4a2d6ad36478039d2dabd66a0753c3b 0.11 MB 233 6
698,491 698,491 00000000000000000006573f768223f219d3353f886f706c8e142783f7a4061c 1.47 MB 2,565 14
698,490 698,490 0000000000000000000f5b20c8a5f6e9ab37e86a4b217a8390ffe376de8f9373 0.93 MB 711 3
698,489 698,489 0000000000000000000bba55ffe3c7fa2cf60d573ff90e8d88f3f9da4d013e5a 1.11 MB 506 3
698,488 698,488 00000000000000000005d308d213f95a186c963ccac5a0b4c625396c5fc2f271 1.15 MB 803 1
698,487 698,487 0000000000000000000930376ee90841d093958e4585611949ce90151f87e914 1.38 MB 1,903 5
698,486 698,486 00000000000000000009c0b6cbfed91b28fdf1b76a5c1b5fc513347db82f3a46 1.38 MB 2,044 6
698,485 698,485 0000000000000000000805d4771a218b4e240f5de583b196a1157504f6d01f9f 1.23 MB 1,218 9
698,484 698,484 00000000000000000004c646b506ea1bf18fecc7f97b5e8ee39a0c214bf68a26 1.39 MB 2,371 13
698,483 698,483 00000000000000000001304e6c5fdabe1ba9fbd2bfc63b76a5d937afac9b2c8a 1.42 MB 2,343 29
698,482 698,482 0000000000000000000430aac007bc0b57895bca8f6b3936883a629e81038d30 1.25 MB 1,391 5
698,481 698,481 0000000000000000000ff7e7fd9bb622cdd1a4c42a3a9c5600acff035de7eeb2 1.21 MB 1,008 7
698,480 698,480 00000000000000000007af18b0c770b7edcfeb18f74688b05899f0524924e50f 1.52 MB 1,693 4
698,479 698,479 000000000000000000060be40ac50eafdf0de302f4a90c71b4e201b6db2188e9 1.41 MB 2,718 15
698,478 698,478 0000000000000000000b7108a12d8a701eacad842216f700b6122353bda460f5 1.62 MB 2,702 7
698,477 698,477 00000000000000000007b7fbedf6b98e4da77a5974cfeb0a6b9bcdf5d7c03c6a 1.49 MB 2,684 9
698,476 698,476 0000000000000000000be3eaf649bcc26618cbbcff2ab70c2cdf56a6dba29fd9 1.32 MB 1,305 6
698,475 698,475 0000000000000000000368223c7939de0ea646c97194471ed8d32d87e3b4672c 1.34 MB 1,912 9
698,474 698,474 000000000000000000089ab0977c69237b8f16c88ebe89f516563488edc8438e 1.46 MB 2,454 14
698,473 698,473 0000000000000000000d3a559eff1cdcce29100e543bc2732b7b71fc041ba061 1.45 MB 2,324 17
Previous 10 blocks ↓
Total Size: 686.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,450.17 GB sent, 114.41 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.