Memory Pool Memory Pool Refreshing

54,362 transactions
26.35 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,295 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,138 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,294 (442,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
426,688 426,688 0000000000000000041927478683e2a2f2920084ecccbfb312d42a3c9f4e7fdf 1.00 MB 2,198 51
426,687 426,687 0000000000000000016c577b7cdeef014d497e088ac790fdd9a659e8d417441f 1.00 MB 1,889 50
426,686 426,686 000000000000000000793b8553afa99ed36337a1b7963520af092fe82df7af9c 1.00 MB 2,104 50
426,685 426,685 00000000000000000005227ac096bce4397bf3680750dc397e5652d6a19f0874 1.00 MB 2,031 52
426,684 426,684 000000000000000000ee489b47f0e007276c2fcc11162b4ec890a0f62b9e89d0 1.00 MB 2,790 71
426,683 426,683 00000000000000000495447217858724fe71f3be27c5703f7311c499058b144c 1.00 MB 2,923 66
426,682 426,682 0000000000000000009cc775a74667e66f253425a20462a3b3ef031691554090 1.00 MB 2,477 58
426,681 426,681 000000000000000002048b35130713842f767cf0f840ea2d87f4a3f7458cc9dc 1.00 MB 2,442 87
426,680 426,680 00000000000000000241901ebfbde2766e4a258196706fa6eafd99594872137b 1.00 MB 2,762 110
426,679 426,679 0000000000000000018654eb62c9ca0c524419121e090ae3d256147c53e4c653 0.27 MB 754 65
426,678 426,678 00000000000000000506adaed98e2c32a827aab24ef736ed7c999d4b976b1b45 0.64 MB 1,481 59
426,677 426,677 000000000000000002068537bbd4055632ffc0a6b2f82f7c7124000d6db4832b 0.08 MB 241 78
426,676 426,676 000000000000000001ca4d6438143c27b73bad1c232a29fb053d3dcb954122b2 1.00 MB 1,266 29
426,675 426,675 000000000000000001f4a9e13f91a1ac4fc31b752d16fa6a1f0f75d9f1747803 0.34 MB 921 65
426,674 426,674 0000000000000000006257ea38a97518414988d0b930d9bf0e2aa632a3ec3f73 1.00 MB 1,620 48
426,673 426,673 000000000000000000aa8467b62f9edafc69b440b0c702def16078f9de7c40bf 1.00 MB 2,300 57
426,672 426,672 00000000000000000353349c400fe42ef117b7d15f515fccf2a0e6ecde170f0e 1.00 MB 2,519 67
426,671 426,671 000000000000000003b1752d40f7154a9b6c0cc356975ed225e22120d6dd5a08 1.00 MB 2,156 57
426,670 426,670 0000000000000000045b8aff411008e7a930eab8cad5ef926149ee268385c475 1.00 MB 2,305 57
426,669 426,669 00000000000000000247e62aec5f5a6dfa23233bf26b5857576f68bbd44d2ba8 1.00 MB 2,065 54
426,668 426,668 00000000000000000064f9c2077c68ffae53dc40a4afba25d23077fee7c4a72c 1.00 MB 2,827 67
Previous 10 blocks ↓
Total Size: 698.14 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: 2,068.78 GB sent, 198.50 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.