Loading Tool

Explorer IconExplorer

Memory Pool

28,112 transactions
27.56 vMB
0.12587360 BTC
Random Selection Loading Transactions
Max Size: 132.68/200 MB

Candidate Block

Mining Attempt 32552fdc45e0ac25984149b3aa90e3c74a72298ca7fc89e0416e71b5301f636a
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root 679c6b4aef78bd2ed72904a3ec94181aa93a822dece48c676cddf9aa2dc8491d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,071
Size: 1.00 vMB
Total Fees: 0.07291137 BTC
Feerates: 502.40 > 7.31 > 0.93 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (864,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,081 50,081 00000000139fba81f989d07f3b8c3967b3bd4a726481e474a5d37377d2a342ca 2 0.00/1.00 vMB 0
50,080 50,080 000000000842961a0c8e3c30c499c2e43c72e91819b484e29b818dbcad0a0278 1 0.00/1.00 vMB 0
50,079 50,079 000000000decbe7ccb511e9cbf325438e082feb95488d39be0756d78193e6b0d 1 0.00/1.00 vMB 0
50,078 50,078 000000002842e937ca9e9e2dc0d84fdb4d490ccaec79a03e20a4026066d8cdca 2 0.00/1.00 vMB 0
50,077 50,077 0000000024074419b3692f30a8d0e1b73f3de588b832dcb787d30c2faea16204 2 0.00/1.00 vMB 0
50,076 50,076 0000000005fc0a2730fe93011240ebb91b57d9b0c0d11dca7c90b0067f48c663 1 0.00/1.00 vMB 0
50,075 50,075 00000000185c0a8d669c2f4f0d9a6e4f8655de4b308c94cf7b55f362db421214 1 0.00/1.00 vMB 0
50,074 50,074 0000000004a9036e4186ff5bab8ce3ced3afce96504470fb7c6017407d11fc81 1 0.00/1.00 vMB 0
50,073 50,073 0000000009ce606d323062a6cb2cbbb44fecee1a34158da654c5303614a23c31 1 0.00/1.00 vMB 0
50,072 50,072 000000001da5b0dc9239d47f66906e87304936beaa6e1bbcb217a6aa9768e865 1 0.00/1.00 vMB 0
50,071 50,071 00000000232e6b3f1ea73225e2a235480141f36b9f3e76d06a51089fa4c70724 1 0.00/1.00 vMB 0
50,070 50,070 000000000cf26023336f5d1a369bf6d6ba09f662d4351754d34201b685c0581f 1 0.00/1.00 vMB 0
50,069 50,069 000000001c66258ca5a505fe7b8e3cb01e2c1c6b1babfa734a2a533d63a6c81f 1 0.00/1.00 vMB 0
50,068 50,068 000000002739a9265fbd8725f1202e741e6e2a3c2579220c6eaf462372ab904d 1 0.00/1.00 vMB 0
50,067 50,067 000000001d3da8ad6da0eb58f2e101ffc64233bb3df49264e4bab8133654a1b7 1 0.00/1.00 vMB 0
50,066 50,066 0000000027e0d93fb0de698c586f5e79f2f62a2f16458948eb18c3c173cc715e 1 0.00/1.00 vMB 0
50,065 50,065 0000000028c8a20ebbadf96fb7c718c28a4e1defb1484a73e42c15394bc73484 1 0.00/1.00 vMB 0
50,064 50,064 000000000d40dde8456279437c293f7a1f14945c2edea029a7553b049ad358ea 1 0.00/1.00 vMB 0
50,063 50,063 00000000049bd1911f0811c72cade52132731e67d7d7c0b8332e649c0f9f4b92 1 0.00/1.00 vMB 0
50,062 50,062 00000000102c5cfe10acf3bac879a31e007e236a2af584794fe1207764772fc7 1 0.00/1.00 vMB 0
50,061 50,061 00000000016696dd6f431125c6303eb931a539ace9e584c6c6df83669d483a2a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.81 GB
    • Received: 10.90 GB
  • Uptime:

Notes

  • 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.