Memory Pool Memory Pool Refreshing

23,736 transactions
29.66 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,634 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,633 (63,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,794 799,794 000000000000000000047a2804ac7d26033d264c23ed7a3e876f9213be05ba56 1.54 MB 3,321 64
799,793 799,793 00000000000000000003a52ccbd0438861404227bcd1c3691f14010bb4268687 1.87 MB 248 56
799,792 799,792 00000000000000000003aadd45cb7a684a0222ea30a9d32cc282304edc41fa9f 1.85 MB 372 55
799,791 799,791 000000000000000000047761acb548f4ccb136846fe822c068f60e2d4e8b9822 1.48 MB 3,602 77
799,790 799,790 000000000000000000008c7ab6fc8b72992bec116dc9380fb0b922091923d6ec 1.47 MB 3,280 65
799,789 799,789 000000000000000000007480f2e635641d7a79494c122fbfb69f9b7156ab0308 1.78 MB 1,139 58
799,788 799,788 00000000000000000000d0304989604185f98f17128e9fb0fe99a146418139b9 1.85 MB 158 55
799,787 799,787 0000000000000000000054f02d5a7218ad95ebb1d5a6e60bf86070eb59449d66 1.27 MB 2,153 57
799,786 799,786 00000000000000000002c3c8d0c9e7801f7d870c0b7a464511d124166f74fe8d 1.41 MB 3,068 55
799,785 799,785 000000000000000000009e5e51a16fb0df6fd927ec6ce806c523bf72a8ca5c86 1.68 MB 2,103 60
799,784 799,784 00000000000000000004a9ece0c21fa6f584eff6d9f64fc7115c752bc729dc6c 1.84 MB 274 56
799,783 799,783 0000000000000000000061eaae72430dfde4c48f613ef838543e117726c59e40 1.75 MB 814 57
799,782 799,782 00000000000000000004899731208de0aa1baf391788cd448208b056ba112a4c 1.77 MB 1,003 58
799,781 799,781 0000000000000000000023665667e8a8ee5a1145dc2b24f2d0a13c4625e04ad3 1.68 MB 2,078 61
799,780 799,780 0000000000000000000045ae00109a5dd1f4eb7ff7d89e6ad0ffd26ce488b9e6 1.76 MB 1,336 60
799,779 799,779 00000000000000000004fe1c0059d591cbdd9b9751ab0a704ef760da36249981 1.75 MB 1,763 62
799,778 799,778 00000000000000000003744fa5546017f4d21cc925b4ff7ab08f0e3ba53e02ac 1.61 MB 266 44
799,777 799,777 00000000000000000002d6b34d169e222a5b61df1b82f09dac3f791b3015d17e 1.84 MB 313 56
799,776 799,776 0000000000000000000462f6f7bc965b92f6c61eb9ebb2226c7adad5648dd682 1.86 MB 390 58
799,775 799,775 0000000000000000000026c37ad9ba52bfd12613ebf0cae6ca551c05085ad0c7 1.83 MB 838 58
799,774 799,774 000000000000000000004585485af23fc06a8add26d46802d1a12743e938202b 1.83 MB 609 58
Previous 10 blocks ↓
Total Size: 687.32 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,514.22 GB sent, 121.21 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.