Loading Tool

Explorer IconExplorer

Memory Pool

28,615 transactions
7.63 vMB
0.15955232 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.07/200 MB

Candidate Block

Mining Attempt 8128e354b351607dc4a510f5b31706792f99af0398e9e8477ef9913fc214c686
Version 20000000
Previous Block 000000000000000000016a5bd19712b819d2def2308e70253bc0106e976f4a21
Merkle Root 30a91a10623268e76a8b2b7c95cc8d3f4702bc7c266782fdbce81dea671cf6b5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.12626684 BTC
Avg Feerate: 3.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,010 (696,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,780 216,780 0000000000000493fe5823054db372ad3951eb2a633d0360f33a3b3198119573 0.05 MB 155 2,030
216,779 216,779 00000000000001b3658fa32533bfbf411b8e13dc35566cb72cc930808580fa11 0.15 MB 341 172
216,778 216,778 000000000000026c7d72ab8d0ada338d88a70ff6c07bd576ec22651dd08a9bfe 0.16 MB 262 125
216,777 216,777 000000000000016421e23c5f41c903b3d483e71ba0384340322a79628db47a97 0.22 MB 237 95
216,776 216,776 00000000000000e2e990f58f73e614738e7561079f7920eaa5618484c9adaaf0 0.25 MB 578 150
216,775 216,775 0000000000000219d436a55381c89118494c0fed3b97d6338f477e8a1bf2843c 0.29 MB 399 116
216,774 216,774 0000000000000371180ea01403966bf39b3f5ee1a907e97c3cfb12d2f4fdd5ad 0.25 MB 890 252
216,773 216,773 0000000000000439c612c8e367d916872814e89b4fea6f6f526c02021a6a0d8f 0.15 MB 512 263
216,772 216,772 00000000000004cb2cd127c369008f9d07163251810b3a275e22e13eacf07795 0.20 MB 309 122
216,771 216,771 00000000000001cda29749beacca7e7a1c263a9a8b83926710fcb903b7d09ad7 0.20 MB 554 203
216,770 216,770 000000000000022ef76ceb0361d833f4cf61b87535f441d8bfdb2cbcc8b800b0 0.08 MB 126 84
216,769 216,769 000000000000005b5ca1483041dfc37ca39eb21be14737a8577bd45a4114eb6e 0.25 MB 771 211
216,768 216,768 00000000000002d3c54bdd5d25e167eb27f542795b693fbfd829deb31d731877 0.28 MB 741 265
216,767 216,767 00000000000000354d3583ee9af06f7604777a7a843ef41ba0b096cbd79ac569 0.20 MB 209 43
216,766 216,766 00000000000003658a5cd891bd662ecd9898ed3985876b11ef5c2e3814fe4f1a 0.16 MB 334 156
216,765 216,765 00000000000001381f4a3088755e3fafdeeb62ba8635de837c60518babcea98f 0.26 MB 469 140
216,764 216,764 000000000000026d80eb324189eb502adb66b451f4ab138e60f31b634c019547 0.25 MB 790 246
216,763 216,763 00000000000004d9ee5cd9b6b387f3135e2e66235bf0d9c6f3762a9276790a35 0.06 MB 143 165
216,762 216,762 00000000000000c51df4099b2f43500a3b4c43115193719405f7b06b38276cd2 0.19 MB 378 156
216,761 216,761 00000000000001dc68853182ad8a5caa678c1562d1a0cc786db4f4b8ae21ada6 0.05 MB 94 154
216,760 216,760 0000000000000511d74dc7efe5a831dee6df817bd7de3fd6989113231c29d1f2 0.25 MB 664 210
Previous 10 blocks ↓
Total Size: 778.86 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: 391.53 GB
    • Received: 3.52 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.