Memory Pool Memory Pool Refreshing

27,075 transactions
14.51 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,697 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,696 (708,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
161,888 161,888 0000000000000ce2b85df83daf27611f4b69a0833ef8f5f25c93cea71345ccc0 0.02 MB 32 95
161,887 161,887 00000000000001b70c984a8fa18db03f0dc1683d4b16b2e78abc9499ac343178 0.03 MB 87 118
161,886 161,886 0000000000000527de571027f8ad3e4bc5f244b23da63fd2ce0a30e3865bc3ea 0.02 MB 30 178
161,885 161,885 0000000000000138d8a37075ef73f43ad058273f6b3ae8620ded099428f25dab 0.00 MB 3 41
161,884 161,884 00000000000005e7bb590f720825a31c189c576e7b8c756d3e41b3021b6c7695 0.00 MB 3 194
161,883 161,883 00000000000009dc071ce09c64286f7637141954591b41c880bb6f120959b2df 0.01 MB 44 0
161,882 161,882 0000000000000b218e24ab863051c09dd7900cfa0dc3ced66358ab8665e07e77 0.00 MB 11 0
161,881 161,881 0000000000000a76acb6b9848b1923a0486f16a284cab3bb64020d3578684442 0.02 MB 46 100
161,880 161,880 0000000000000961854b0cf8e8212b6e39c29b91eef2d443e26c5e5065cf24cf 0.03 MB 28 67
161,879 161,879 00000000000004747bc41749f32204ae5b01fe41e6fdb360482689fcface00d8 0.00 MB 11 344
161,878 161,878 000000000000095310f7bfc759f469727b3758cfd45d792f8d1db67ed0ca581e 0.01 MB 25 62
161,877 161,877 0000000000000037b2fc3d62a9285647921ecde999601a89a34e289434b93a0e 0.01 MB 19 64
161,876 161,876 0000000000000808697ee3069be094ba1df12768458055c52d8f8fb07cf97709 0.01 MB 12 94
161,875 161,875 0000000000000a7bbc6036033bc3d1d30d22e6bfd667b30dade85e6484205454 0.00 MB 9 0
161,874 161,874 0000000000000525456062980e5446d9bdc80d58e5687172062ac4a024b17e08 0.02 MB 62 231
161,873 161,873 00000000000006fd5e50d9c8d06ae30cbddeb72be61ca08f04add4b870cf5628 0.00 MB 2 0
161,872 161,872 000000000000086c9288064b8794931053c56d8cdc6bccd61610bf530048c59b 0.01 MB 17 26
161,871 161,871 000000000000039ee2ad52ab758acd6fd3c5d1ab5da98adca9337a4f8211d6e2 0.01 MB 28 176
161,870 161,870 00000000000006653b09109066858a671f8bc4dd665151dd4cbacce45ddae205 0.02 MB 38 110
161,869 161,869 000000000000050d8beafe109e0f20ada66c0e9676966da12b881f9c71a22ca3 0.00 MB 8 37
161,868 161,868 0000000000000167558cd769baa86edbacef6c92c5efdc0e9b8ff51c1d6a0ca9 0.02 MB 54 142
Previous 10 blocks ↓
Total Size: 700.78 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,380.22 GB sent, 215.48 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.