Memory Pool Memory Pool Refreshing

34,434 transactions
32.50 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,557 (73,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,228 790,228 000000000000000000018beb11a04e57e1563c6c9ad0e55369aee42ae5699e8e 1.75 MB 3,369 33
790,227 790,227 00000000000000000001cdd3adb0f693f5bd72c427f5bf58fe4156122fe7ed41 1.77 MB 1,838 30
790,226 790,226 00000000000000000003e9c0f1e2deb1f3405f867d6a0f7fd2dfab86039a945b 1.83 MB 2,339 61
790,225 790,225 000000000000000000002267ff66f878e1803ad87339bca53bf8579b29e6d4a7 1.77 MB 3,060 40
790,224 790,224 000000000000000000037f33d3d90c97d110c5f0bc49ced95a4fff1fa1ce4945 1.58 MB 3,856 68
790,223 790,223 00000000000000000005c3e5856005e03edebd8ab2a603d89f8a58be4b30f82d 1.54 MB 1,557 65
790,222 790,222 0000000000000000000318f25c328f2e6989dbd5925cc3a335def2089117d9e9 1.77 MB 2,621 55
790,221 790,221 00000000000000000002cdfdc2b475765665eb592b3879f39be19f115b7aeb2d 1.58 MB 4,087 72
790,220 790,220 000000000000000000015184e43d5c32c274e79ffb9ac4a386879d6acd5afb0e 1.60 MB 3,251 64
790,219 790,219 000000000000000000048ded9dec47d0ad0031d4161c6980c603d7c81698bc45 1.56 MB 3,972 74
790,218 790,218 000000000000000000059a7f6fc1d16afa928ab86a2f9a15dc1ad01af0891ece 1.61 MB 4,230 77
790,217 790,217 0000000000000000000591df3b8c8057ecd3da91aad9cf57e4e49d20778bd564 1.41 MB 3,247 108
790,216 790,216 00000000000000000000ec1fb8e81d6c46ef30e686cd1f5dea899a6515039dae 1.45 MB 3,088 91
790,215 790,215 00000000000000000001a764f493163764059705c2409ff242ef33fa0995ef9c 1.20 MB 1,734 70
790,214 790,214 000000000000000000036b5bd26a3ff2aeb17d4e12506035fef23cded95faed9 1.56 MB 3,906 75
790,213 790,213 00000000000000000000623770badeb6c4f26808531cdab8133011f8c0c4575f 1.59 MB 3,987 80
790,212 790,212 00000000000000000005aec3f4f1a92f6c1e4020c748c9f20676aaf8a466f6f3 1.51 MB 3,268 88
790,211 790,211 0000000000000000000580c14ca13a4ce1f8208d6039ed378934d1b9b26d95ed 1.42 MB 3,309 99
790,210 790,210 000000000000000000011fe1c48b9238bb06c024ce9267ed52c3f0b96f0f43a1 1.58 MB 4,051 90
790,209 790,209 000000000000000000031621bf59840b8e7a25f4441c24faf9d780e0ece573c4 1.48 MB 2,962 84
790,208 790,208 00000000000000000001a99c33dc425a2bc55e8cfea4f33a828d920bc303b4e2 1.65 MB 3,562 85
Previous 10 blocks ↓
Total Size: 687.18 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,509.40 GB sent, 120.02 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.