Loading Tool

Explorer IconExplorer

Memory Pool

27,890 transactions
11.24 vMB
0.08829595 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.00/200 MB

Candidate Block

Mining Attempt 9283235c8d2872c200dd354c08a27cbd86b8730f6b16f338c96906018ddc4d29
Version 20000000
Previous Block 00000000000000000001ab8543ceb5341d10e020a323e9e6a65fe27d1b7949d0
Merkle Root 0183ebee8e902e3e63856ea9ef60f76f497e11d7ef0fe684932d7ac45cbb43d9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.06924289 BTC
Median Feerate: 1.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,551 (658,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,051 255,051 000000000000002dbdad6b2def5af0e475afd56c34bea3f2d754ee855007812a 146 0.08 vMB 73
255,050 255,050 000000000000003ff8261c405318ff6da6042ebb71aea630edfce93d8b27102c 753 0.28 vMB 62
255,049 255,049 000000000000001002f2db2eb87cba87f20cd28853058dc36f48219d8b99eeb6 476 0.25 vMB 139
255,048 255,048 000000000000000c6c464946578b39c2697a9363de6065091a7ca9e97986244c 372 0.14 vMB 116
255,047 255,047 000000000000002f1e271d342015887adddc861860434cafbdbf7e4bfd035cfc 221 0.09 vMB 108
255,046 255,046 000000000000001563a3af855dd4bcea809deed6daec7dc328905f7e2fc8b702 232 0.09 vMB 77
255,045 255,045 0000000000000028107aa5fe4302ecbdc4ebfbaa011375fc5ab0b25badc9e0d1 115 0.09 vMB 65
255,044 255,044 000000000000002974dffaab0fc822f6a01f79a9cfbf9989e58633c477e66ca4 86 0.20 vMB 55
255,043 255,043 000000000000003869a9e54b6a0b876ea3d6431acef8ced56692b30516d0a7a0 227 0.25 vMB 78
255,042 255,042 0000000000000034cd2f3ca5715afa7e621c1af3943b171e98831ec0aa3a5fca 252 0.33 vMB 81
255,041 255,041 000000000000001bcaaf94a8d9a2c1a8634125177ae65c5edd2abfcf66705593 400 0.16 vMB 63
255,040 255,040 000000000000003afa49b65637b87541814dc9a3a54faa001807b8a0b278b328 157 0.07 vMB 107
255,039 255,039 000000000000001acf01767cb68f78e20e4807518c0f161d64cf8689a824d1f2 701 0.25 vMB 129
255,038 255,038 000000000000000eb95ddce5ba20c6548dfef4508aa73727c48362f93055e004 338 0.15 vMB 100
255,037 255,037 000000000000001b13ff8211ac041ac177899f2e4dd12ed86cc0534359243629 336 0.13 vMB 130
255,036 255,036 0000000000000032627d4339b85f1684e66042c3d758aefeae482f89506b6898 144 0.07 vMB 62
255,035 255,035 0000000000000020c6379fcbfb37344d13a41d864aae7865f89db3f22f92d038 117 0.05 vMB 140
255,034 255,034 00000000000000077c1c7abb02638e657a7a29d2c3694582a610e3c89f36cede 375 0.13 vMB 138
255,033 255,033 00000000000000402e818b82c15ac07de6e9d342f165ca82863f79f11c451664 118 0.06 vMB 73
255,032 255,032 00000000000000049d7eac0ec7ccbaca8681dd762c38121e7728cc5e8b3bc037 733 0.31 vMB 95
255,031 255,031 00000000000000097a7bb96f664f984f8820590ec38afb66daf0ac198dbeacaf 105 0.04 vMB 98
Previous 10 blocks ↓
Total Size: 779.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 417.60 GB
    • Received: 2.24 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.