Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,228 transactions (0.32 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,518 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,517 (849,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,039 61,039 000000000482acbaf62dc1395151a454faefc53e5f16956ff01a33e542307dd7 0.00 MB 3 0
61,038 61,038 0000000006752408e357e0f1f0aff8af3e40a50b3f2731dce0386b11e7c08cab 0.00 MB 1 0
61,037 61,037 0000000001f8a28db44c276ac11ab81c6022cdd03e2975d169178c398eb54931 0.00 MB 1 0
61,036 61,036 00000000009b90d89e1fd1b9f4ef2f961defcb44a972beb70ef635c0da5d695e 0.00 MB 1 0
61,035 61,035 000000000a0f547b6aa6fab5b50853c3003afdfb04e22d29814cd7b346c33613 0.00 MB 1 0
61,034 61,034 000000000af554f096f27876958e5458b272d4516ad548a64e3310b0cdfe794f 0.00 MB 1 0
61,033 61,033 0000000007cda5ff20399c9cfcd7ac97c858f39cec963e2c7363194e31f56143 0.00 MB 2 0
61,032 61,032 000000000dcbba465b54ebb432a3217057d439e589857a93f4625548d01577d8 0.00 MB 1 0
61,031 61,031 000000000d6fa32d774fa0e6220f80aa2c8b6563e4045b21f9ebcda9c1c52c80 0.00 MB 2 0
61,030 61,030 00000000042702a8b18b2640170792b7665cac82398fdc6b44c5aae6be586aca 0.00 MB 1 0
61,029 61,029 00000000060a0f7c3b668c83a1c9ab5e73445d6c9cbbd74645fe31bdae4f9c3b 0.00 MB 2 0
61,028 61,028 0000000002abfa71980d0559ec0f07cee85cac6bd885958f0cf01315bc7ac504 0.00 MB 2 0
61,027 61,027 000000000d9f5135d0ed37ab9534eb9a48af33f6e9374fc236351b7956eb40d0 0.00 MB 1 0
61,026 61,026 0000000009b26ac7edb30c1d96dd03bc0caaafe86384e44dbc62d4651a833c68 0.00 MB 1 0
61,025 61,025 000000000aa3d13db8e1dba9cea9c6b985af946f974caa9c4081a89e621a6010 0.00 MB 1 0
61,024 61,024 00000000037f9fc6a2c6f06629041a107b5a7a4fe2a7b262693753b192528679 0.00 MB 1 0
61,023 61,023 000000000c460ffa92c3f04f620cf2b18903ef8642c564b03b531f13af77fe2d 0.00 MB 2 0
61,022 61,022 000000000747cf8e328a10c0ceb2529455ae6eadfe8859924fcd73877e25fdcd 0.00 MB 3 0
61,021 61,021 0000000006a272b0cc26b8d131593d62c7ad82bb505413f9e051bcd41aea9b8c 0.00 MB 1 0
61,020 61,020 000000000b242536721ddaec25ee366e645259d3c8cb7267e56fabae2cee5821 0.00 MB 1 0
61,019 61,019 0000000002d7f0ea4ffd63765bdc2fe42f40a5231dd82aa281f1bb0b5e578a62 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.80 GB sent, 120.29 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.