Memory Pool Memory Pool Refreshing

13,775 transactions
34.16 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
862,163 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,821 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,162 (258,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
603,373 603,373 0000000000000000000d90831c1a0c5ac99aaadc04b3ae6f33abff3b2dce74c0 0.70 MB 2,007 14
603,372 603,372 0000000000000000000d21b66c8c8d1dc38cada8916d0cd3e9bff63b6ceae8c8 1.32 MB 3,052 22
603,371 603,371 00000000000000000010504d612c34e918c5344aff299c6d72bd5405c2c6d530 1.19 MB 2,791 16
603,370 603,370 000000000000000000160860a7b21794d1680ab4b9fb8e5f44b592aa1bc7ba32 0.02 MB 44 13
603,369 603,369 000000000000000000065a301fd1ed524ec6129b01a5d720ddf2c627e9594ae3 1.18 MB 3,309 19
603,368 603,368 0000000000000000000b22e6e6f5b248b702506fa11ede6e6d0c6a565c9a165c 0.69 MB 1,639 21
603,367 603,367 00000000000000000003f5a801243d8d41f503e7c5a2c12cf09322e66b9577de 0.87 MB 2,187 14
603,366 603,366 00000000000000000007ce32a60af0984ba6eb11afdb8cf52c8e5e5c5ab1694f 0.94 MB 1,979 19
603,365 603,365 00000000000000000010e63f55d8606810b8e34e698c6617f7d106c6d09e973f 0.15 MB 353 25
603,364 603,364 000000000000000000054909885f4a6a0bd1fbda80c52b1cfffc7eb1dd7f1c34 1.17 MB 2,416 18
603,363 603,363 0000000000000000000cd733140945dc62f7d6cfb0dd5212120109e7aab31bc7 0.53 MB 1,359 21
603,362 603,362 00000000000000000008c4bf632eb00119c3050deaf8f8d4e6319f1d36308595 1.29 MB 2,938 9
603,361 603,361 0000000000000000000e648108241d6fc5dce7f7451da83049814b051b8c665e 1.21 MB 2,568 18
603,360 603,360 000000000000000000030058530dcc41efdac2416a21ef59c4a7e8841f381e71 1.27 MB 2,278 34
603,359 603,359 00000000000000000007c342c6378ea551d36d152218478417dd324b60f61854 1.04 MB 2,393 19
603,358 603,358 00000000000000000006e67b5f48a55d0b8ff71b00e7c0a77b5d34eb7b8b63c8 0.16 MB 405 21
603,357 603,357 0000000000000000000fd9f04f5a84cba244c195b55fbfc008188980d2b2e794 0.52 MB 1,471 7
603,356 603,356 00000000000000000009b0596f2c1c9cac45c50b73fceb5fe524a75cfc341644 1.28 MB 3,029 26
603,355 603,355 000000000000000000156a73442ab0102ae75fb8c917860a76c6ce35a4054f36 1.08 MB 2,617 3
603,354 603,354 000000000000000000068dfb8f5c9a31f702bddb748f4b308f8f11ede09bfd9c 1.25 MB 3,457 18
603,353 603,353 0000000000000000000248416541d2762290e4676c03f80428ace5320c3a12ab 1.30 MB 2,811 23
Previous 10 blocks ↓
Total Size: 684.47 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,343.95 GB sent, 101.35 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.