Memory Pool Memory Pool Refreshing

63,670 transactions
28.93 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,371 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,370 (733,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
135,441 135,441 00000000000005064164528a5b25f49db2cbfaf5205b238803003dcbb4618809 0.01 MB 33 477
135,440 135,440 00000000000003868d382bc02e04b6afc3b972f896269757dd4ddac05ac76e7e 0.00 MB 11 90
135,439 135,439 00000000000000ac2cfae2d24b412963f00f8a6cbb357733f76ecd4b55db332f 0.01 MB 17 1,026
135,438 135,438 00000000000004036ed9c7a3452433618a6b9dbbc83369186b5aed697d70701c 0.01 MB 31 236
135,437 135,437 00000000000006cb825f285a70d57f03f73ed75de40090f3bd45a8311304083a 0.02 MB 86 45
135,436 135,436 00000000000001d31021216b8791dd7825b203d46a7c51b5af0c2559de095e6b 0.03 MB 78 654
135,435 135,435 00000000000002d6c00296c69529e9b70eefc198ac9698fd81392443dfb53f37 0.01 MB 22 557
135,434 135,434 00000000000005f2a46732d53795a5e32b7c1f3fa71ee8f937406fc9b9573e97 0.05 MB 98 361
135,433 135,433 00000000000003b9d5b367ffb2b1b8271d2e1f3b4521ab849e3988f172931a26 0.01 MB 19 513
135,432 135,432 0000000000000a1270705816b2efb973a20f35ec76e41330be1456620f6762f9 0.02 MB 25 172
135,431 135,431 00000000000003436bb452461088a8926e37144d88f293f94030e8780d11d859 0.02 MB 67 223
135,430 135,430 000000000000079f8549ed113c6d513127811dffb62886e6214b8abeae2c0ec8 0.01 MB 30 550
135,429 135,429 0000000000000a516632fc79fc8ae20c1d924ca54bcacde5c766b9d820671f6f 0.00 MB 10 304
135,428 135,428 000000000000020f7b7246be2cd0063d58fa905834da6e430b32a4e681e39795 0.01 MB 19 279
135,427 135,427 000000000000082d92e61420b5b1f864a7c81f90c0d92de6204cc4c07fa605aa 0.00 MB 7 263
135,426 135,426 0000000000000595657260cd7caf1ec222d04d3b2e68d55ec7dfe55232469b70 0.01 MB 13 43
135,425 135,425 000000000000097bfc52fcd256f49102ff15a36963dcd6e627f834c9df7532b1 0.01 MB 25 0
135,424 135,424 0000000000000070b543f596584026a1aae431f900cd2469a412694abb704e7c 0.00 MB 9 720
135,423 135,423 00000000000007f22bc0faadf1b135be4b4c4cfae1b132dc417f18f801d8da1c 0.01 MB 9 28
135,422 135,422 00000000000009c8ec8e5df76acd51d03c54408e40ce413f26b793dc1d64b6cb 0.01 MB 20 701
135,421 135,421 00000000000001607e24dcc98475c2916a519694079d3c0068305a87b25c3275 0.04 MB 102 220
Previous 10 blocks ↓
Total Size: 698.28 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,072.21 GB sent, 199.44 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.