Memory Pool Memory Pool Refreshing

85,547 transactions
27.65 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,117 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 6,022 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,116 (22,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
848,173 848,173 00000000000000000001f8e0fc08a248366bc8bacb97dc466b248ef25b06ef76 1.71 MB 4,389 19
848,172 848,172 00000000000000000001883c4d933f6f5ba3700c76abf5a2cb4e311bb6525dea 1.53 MB 5,733 17
848,171 848,171 00000000000000000002361811eeac69c7b823874dcf93c3a4b0a89bd31fc655 1.63 MB 1,278 16
848,170 848,170 000000000000000000031ebc6a5d5057fc29f6e8022e0d81a8fffd28dfd69fbb 1.79 MB 989 16
848,169 848,169 000000000000000000003da2a66901554eebcd10e1c70cf7a4b964631fcb6d7b 1.72 MB 1,839 19
848,168 848,168 0000000000000000000170f71cc5d09ad96a24557089ff9f3a9a699fd7fc9c15 1.71 MB 2,381 18
848,167 848,167 00000000000000000002302ec1fdc44256e2de84a7138b62058aec4def52b1ed 1.24 MB 1,375 18
848,166 848,166 000000000000000000001c127234023d43c314cbb74e2fb987cb91491eb1eb59 1.46 MB 1,949 21
848,165 848,165 00000000000000000002a5ba82731dc9e3ee1000007f9878c337b96253cd7991 1.31 MB 981 20
848,164 848,164 00000000000000000000672c9d67d2533c549eecb7392c7f0e19b4f1fb8dcad7 1.66 MB 2,281 22
848,163 848,163 000000000000000000026195a441152c40403f50506318063cb3d8cff4ad0336 1.50 MB 2,359 18
848,162 848,162 000000000000000000034f35c0b3e3060cfb69aa2a365036c6967c4474ff2a5b 1.87 MB 1,284 18
848,161 848,161 000000000000000000029c9eeaf3a403d8002c4662806a79d20bf14154e49fc6 1.66 MB 3,017 24
848,160 848,160 0000000000000000000261524f62bfa2eb1f0acda04fe582d560c6b41370cb26 1.72 MB 2,676 23
848,159 848,159 0000000000000000000024b46e1b05fbc5a509a149d0a89a0475fcdcd5c43fee 1.60 MB 2,433 18
848,158 848,158 00000000000000000001342597abe1dcbc024f5e8b332c6e5ff06ccfa637cf23 1.70 MB 3,150 21
848,157 848,157 000000000000000000024b6d85f8556c32f92ca4f7937cc65af3e1546a27979f 1.52 MB 4,218 36
848,156 848,156 00000000000000000001810a7c31489a4b79cf83079ec6a4659b82118da86ff5 1.63 MB 2,644 25
848,155 848,155 000000000000000000028884bbd7ca78192b1f99745f1e9f3e65cb642663554a 1.51 MB 5,205 32
848,154 848,154 00000000000000000002d22ab080217d5c4f8f3175690ceb1325395ef9dfce42 1.45 MB 6,371 41
848,153 848,153 00000000000000000002cc68f834b4c9b769cca69e8f21304eefc4eed5718cd0 1.45 MB 6,639 33
Previous 10 blocks ↓
Total Size: 701.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,413.94 GB sent, 221.61 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.