Memory Pool Memory Pool Refreshing

39,542 transactions
30.08 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,511 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,663 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,510 (144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,366 863,366 000000000000000000016d4feb8f9ba0799b9f00c1ee1c5d14fdbb3235909255 1.51 MB 4,014 5
863,365 863,365 0000000000000000000296ab20e12e83e4c2e42a80adc326c1d38587005a588e 1.87 MB 2,399 3
863,364 863,364 000000000000000000019696a1f53b6cb5c2173cf9c0860259b4bc6e90ba1043 1.89 MB 2,136 3
863,363 863,363 00000000000000000000a0ae1cfe3be04168f23e0210355aa52103ffd7a4d6f4 1.63 MB 3,815 2
863,362 863,362 0000000000000000000273c45c0e8bdb27c29d14c3bdfa1cce8c988ab7b65a85 1.41 MB 2,491 7
863,361 863,361 000000000000000000011fa629520cceef0aaa5586feaf1cf813234344b4a95c 2.09 MB 934 2
863,360 863,360 000000000000000000000b148a36f1057cbc991f5bd7c4344e010a5374db94a9 2.16 MB 236 1
863,359 863,359 00000000000000000001958d5ff99d12a47ecb64a15bbe7559ac667ce0c1ad04 1.73 MB 4,720 3
863,358 863,358 00000000000000000001abf552d1457a3e331d510a45f3012d60499098626eb3 1.83 MB 3,518 4
863,357 863,357 000000000000000000025766592a7d779dddac892e571117cf9635eb1b974f5f 1.50 MB 4,852 5
863,356 863,356 0000000000000000000219d1c5bd8ce6d50dbccf568ce0be5c1fe426af7118b5 1.63 MB 6,664 2
863,355 863,355 0000000000000000000255220281fe584e2a6ff69cc7b38c7ac4abd356a064d1 1.48 MB 5,791 4
863,354 863,354 000000000000000000018ea3bdee2259ad085ca65c8c1c364b0ceac30ea81b1e 1.65 MB 6,358 2
863,353 863,353 000000000000000000026c0672be70514b319c103972872f891242756978a766 1.54 MB 5,060 3
863,352 863,352 000000000000000000020662ff392e1954554fafadef84ab7d70c0ea72a3612a 1.45 MB 5,937 4
863,351 863,351 00000000000000000000a19314bc483c3ab2b9535936125b2ad758a9828b2f98 1.51 MB 5,821 5
863,350 863,350 000000000000000000030f1cb7a8796e6624065af1afb0e29e86f3392a4be394 1.59 MB 6,805 3
863,349 863,349 000000000000000000000f4b6437063dcdd0b408ca3a59c8494d0b016f3acef1 1.64 MB 5,542 3
863,348 863,348 0000000000000000000207e89ce97389e88a8f6afc324e3ebe93ebda7497028a 1.84 MB 6,905 1
863,347 863,347 00000000000000000001e99ecbb647e76e6a3d6c095d84f5a396df03d736f7d7 1.53 MB 3,161 5
863,346 863,346 000000000000000000023c72ab051bd9e8e544245d7dc792aa82bca0c15d530f 1.63 MB 4,174 4
Previous 10 blocks ↓
Total Size: 687.09 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,506.87 GB sent, 119.28 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.