Memory Pool Memory Pool Refreshing

48,540 transactions
18.72 vMB
Show Random Selection Loading Transactions
Max Size: 116/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,755 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,459 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,754 (4,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,702 866,702 00000000000000000002c4e541eba962c120410e18dfd7f460470f0eb4053c03 1.43 MB 6,989 118
866,701 866,701 00000000000000000000d91bf68a40696f0b0817d741495b5e0d69d035cfb041 1.52 MB 6,676 12
866,700 866,700 000000000000000000027cde94298ab0dd5602023820b275c9076302f72e2588 1.48 MB 7,016 7
866,699 866,699 00000000000000000002b0bb7bf753d92095c8c55a20f46f2b2508985c52acc1 1.47 MB 6,593 7
866,698 866,698 00000000000000000000eeddadd84f3f1c3bf5901c1b2b58abe4c47659f48992 1.56 MB 5,195 4
866,697 866,697 000000000000000000000319aae606e6b96c4503ea14eb97910cde9990441379 1.57 MB 5,668 4
866,696 866,696 00000000000000000000d038658e3bbfa67afb06fdac7ccab67759c39bbd598a 2.07 MB 3,068 6
866,695 866,695 000000000000000000024aab6fa267b3d2b949730bd420efd2151756c24c3720 1.58 MB 3,748 9
866,694 866,694 0000000000000000000133b5b69e345fe4f8881359e7482f91a27d9846695ac2 1.57 MB 5,296 6
866,693 866,693 000000000000000000017a7d66abd374b85af11b3e191939fdc0ef8fbac982ae 1.54 MB 5,167 5
866,692 866,692 00000000000000000001a0dbabaf04dbafe8164a954de6cd652177bb532f9745 1.58 MB 3,256 8
866,691 866,691 000000000000000000006734914c370f88f073c9565821bd2bc66ae8a1daff6e 1.52 MB 3,365 7
866,690 866,690 000000000000000000018f213972f0632d103a72fca8e21f2fae14fe02815289 1.38 MB 2,654 16
866,689 866,689 00000000000000000001568ca3fe15caa3f21620a6e9d1fa612aaddc74481232 1.59 MB 4,412 8
866,688 866,688 0000000000000000000290df98b8929dd0f3f2ebd9e75c14bab5ce62b68c0847 1.67 MB 3,955 6
866,687 866,687 00000000000000000000d9503cb9e7fbe58a964180a0b86b4ddc76aa08493083 1.60 MB 6,362 4
866,686 866,686 000000000000000000005eb7190ecd671e84fb4077b9ba285fc20946f2181691 1.65 MB 4,460 7
866,685 866,685 0000000000000000000216df87ca2e707d9d2277498efc79ee501cd4e2bbf9b2 1.64 MB 6,340 3
866,684 866,684 0000000000000000000263ab88d65adee84fb655040098a20f2765b48b97c6e8 1.57 MB 3,936 7
866,683 866,683 000000000000000000010fcdfe29860ae6e74ae73a0b25dc78e3f74f7c8b9bea 1.53 MB 3,048 6
866,682 866,682 000000000000000000008704ad4e234f347b9376f514e9ffceccc5b05f23c88a 1.58 MB 4,088 11
Previous 10 blocks ↓
Total Size: 700.89 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,385.99 GB sent, 216.30 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.