Memory Pool Memory Pool Refreshing

58,354 transactions
27.45 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,361 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,761 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,360 (524,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,996 345,996 000000000000000002cf46387d0dab57cd76f9af5bc8d62f3f3df3b97bd798e8 0.66 MB 1,042 23
345,995 345,995 00000000000000000d88874c68de5f9404239c29c63d995ca72352a1b9f5b144 0.59 MB 735 14
345,994 345,994 00000000000000001355d19e9f04313b9d3d343e5406f7798271ff0cd30070ed 0.11 MB 218 36
345,993 345,993 00000000000000000868175b1234e41fa52961035f1e534460c966d1f5066fcc 0.75 MB 975 15
345,992 345,992 0000000000000000159d794e3d2d67d4bffeb0363ac46894fd05e2478e7e0890 0.75 MB 1,955 35
345,991 345,991 000000000000000002c979386293e8e8b5aef206ec730025995c0e5beff4d977 0.75 MB 1,236 32
345,990 345,990 0000000000000000018cbd39a8a6bbb78a7d8633f4d8c6c115f0598b98f3358f 0.18 MB 236 17
345,989 345,989 000000000000000010bc997c4dc6ea374e052efcce9a6b63b118eab85287bf67 0.32 MB 514 23
345,988 345,988 00000000000000000cbe4a772b4dc65e5b593a8d539a0b6bd0afcc99ffb84e1b 0.48 MB 983 24
345,987 345,987 000000000000000000c9fe32d5abdd9fe7528ac4e04885437c35d1cf505d5b84 0.27 MB 304 13
345,986 345,986 000000000000000005eb1978980dd5b8eff207bb2b7bd4d11aa4d552f96d939b 0.75 MB 1,560 28
345,985 345,985 00000000000000000aac6184cae43d477be02a37ca9554ec34f2501fbbfc9350 0.37 MB 496 19
345,984 345,984 0000000000000000161c635872f50175c669c6ccefa5e7bfff131b2db014aaff 0.10 MB 256 37
345,983 345,983 000000000000000014933012b071204b0d26bd8f83d9ab9e7a64bf9457923eeb 0.71 MB 857 17
345,982 345,982 00000000000000001643d318abaab4dd3472c3a1ec7bc8d2ece6575e260107d5 0.35 MB 1,149 43
345,981 345,981 000000000000000003e560d227c225b5cdf7bcee3358d53222d5d0af6240db4d 0.41 MB 710 23
345,980 345,980 000000000000000012944f59a3f0e739165e0c678d96a9bfca3c24ea86d34b66 0.40 MB 555 15
345,979 345,979 000000000000000013f0df9711f2af159175aeef23f711e1095f961a2cbcfc79 0.04 MB 128 29
345,978 345,978 00000000000000000e434f21d542b5a8e5e13fa9c1d3c440df6adcc18f8fc155 0.62 MB 1,257 29
345,977 345,977 00000000000000001698955ee78511c9b555c83d9e8a1a2fed555d5cdfa00450 0.75 MB 1,335 26
345,976 345,976 00000000000000000199b8bd9451321add33465793a55e2eca1bd8133bb1567f 0.16 MB 245 13
Previous 10 blocks ↓
Total Size: 700.12 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: 2,246.36 GB sent, 211.20 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.