Memory Pool Memory Pool Refreshing

10,292 transactions
28.82 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,756 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,755 (8,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
855,588 855,588 0000000000000000000154f2660340d562e57341fab368c1449871e247717407 1.62 MB 2,458 9
855,587 855,587 00000000000000000000529c84fd9d15344b058d61491b7ad6a2bbeb663205e5 2.06 MB 529 3
855,586 855,586 0000000000000000000117c83c75aaf2462c799590ab78c237315cbbbcc9180f 1.47 MB 1,736 5
855,585 855,585 000000000000000000020686ab68363ebaadd5d87c9cf14fb8934393542b7d64 1.57 MB 7,402 2
855,584 855,584 00000000000000000000cb62638de9d92ad9ad0be6c76011bde22bd51ca2f527 1.66 MB 6,289 3
855,583 855,583 000000000000000000028a3fdde597f560ecf536ce7301392155186b674f2142 1.84 MB 1,426 6
855,582 855,582 000000000000000000016a31da6546d6eeda5a1d79a5eb18500ced2a04f9062e 2.04 MB 755 4
855,581 855,581 000000000000000000027f1f6d281f83c991d995f3b29780f636c8ae620be9b3 1.76 MB 995 3
855,580 855,580 00000000000000000002feca15a2013bb7aeb6d46b1a7088bb7f2628dce33f05 1.61 MB 3,179 8
855,579 855,579 0000000000000000000312ef55c893477519a25e6a0c1a9640755497c0a707ed 1.81 MB 3,004 5
855,578 855,578 00000000000000000000520fa97d9e93c8ed50eb71092bae4c2a654897c0aab5 1.53 MB 3,094 11
855,577 855,577 0000000000000000000046461b751277545d301f8dfe18ae58d661eda3a7bb9e 1.80 MB 6,447 3
855,576 855,576 000000000000000000002d52bb8ab56954c5b6a212be0ffc752ab4f1c7de76fb 1.78 MB 5,512 4
855,575 855,575 000000000000000000007993de09a1cd546c929d359c40b0d7bfe3b01f6877d2 1.57 MB 2,445 3
855,574 855,574 000000000000000000006686649112342f8c3a51d58ff87f4b0be467b7ddbe04 1.65 MB 3,428 6
855,573 855,573 000000000000000000003192bfd239005a7b2b4c47bfa08cfd2031c236ca7dda 1.59 MB 3,347 6
855,572 855,572 0000000000000000000163c7756b2be298819f94db274f24ff214c7917958276 1.43 MB 2,288 30
855,571 855,571 00000000000000000000569f4d863c27e667cbee8acc8da195e7e5551658e6e9 1.61 MB 7,533 2
855,570 855,570 000000000000000000027dbf07a307fb30ca493f3be809c24ad8881f3a382a21 1.64 MB 3,110 3
855,569 855,569 000000000000000000026b06834f5d1c6771a899803193690d0e77b66b7c6c3d 1.73 MB 3,083 8
855,568 855,568 00000000000000000002242804e02cceadf5070488e0bc74c7d0ced821133052 1.39 MB 2,313 6
Previous 10 blocks ↓
Total Size: 687.55 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,520.17 GB sent, 122.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.