Loading Tool

Explorer IconExplorer

Memory Pool

51,200 transactions
30.56 vMB
0.08768463 BTC
Random Selection Loading Transactions
Max Size: 164.17/200 MB

Candidate Block

Mining Attempt 1d47afb458c835a7d2f1edc4f242b4c095376f1a02999de0693ea5988fbaac61
Version 20000000
Previous Block 00000000000000000000fe6e83d1a3f483eb4c5d100e280790c42e8733167c10
Merkle Root a4dcdddc481344e9653f8fd6bc2a0e50e0bf160cbd4fc8f4c72a0208fd52946d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,755
Size: 1.00 vMB
Total Fees: 0.01832350 BTC
Feerates: 73.20 > 1.84 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,828 (732,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,498 182,498 000000000000000f9c004e68f8cf7f72fd59822f3ad9eea31d7ec228b5ece338 116 0.05/1.00 vMB 121
182,497 182,497 000000000000063a370b4498da7d941ad80555ab05773f4c22f6538e1b6479dc 134 0.05/1.00 vMB 87
182,496 182,496 0000000000000360cf53553522d0f7d09737482c98059f9662a93fa5bfa68e03 235 0.10/1.00 vMB 85
182,495 182,495 0000000000000158d8c882ea1fa0f5a02ee1c072d3c762a81e3fdba93412a6ce 576 0.24/1.00 vMB 172
182,494 182,494 00000000000006df9071b3d66a03f7ae5154032b7ba055de95e158e8982d705f 44 0.02/1.00 vMB 84
182,493 182,493 00000000000003af2ad7786dc998d1671c3ab6626a4d69676eb63f1d34dd0123 208 0.10/1.00 vMB 124
182,492 182,492 000000000000052b2275ff080a412d19f40dec424d4588c0fcde5d3c5fd9be9d 37 0.01/1.00 vMB 117
182,491 182,491 00000000000005aaf2737c6f76a3e8521bc61293073ac0700fc3aa0c16c3150c 87 0.04/1.00 vMB 110
182,490 182,490 00000000000006858e8fe9e792b0ede3a7fd999983cfe8297d66173b1e618175 190 0.08/1.00 vMB 131
182,489 182,489 000000000000047161d89b1baa5c2d298640c067eb20e5ce3ae4f7f0cc5c8c03 92 0.03/1.00 vMB 75
182,488 182,488 0000000000000857fc8424c689ab15f2cb783b849f9223bc0a8cd53399af4cd8 406 0.16/1.00 vMB 137
182,487 182,487 00000000000002cb1402ffd6c6a71768aa0b8246035d2378ae7af968b1ada789 140 0.05/1.00 vMB 208
182,486 182,486 00000000000009989c9a9ea120240c0b29a12666695893e12fc7564cba595e27 124 0.05/1.00 vMB 117
182,485 182,485 00000000000005a12b10079da65be5668c53edab3891c1d58a557b52e3d3a8a3 167 0.08/1.00 vMB 89
182,484 182,484 0000000000000124b372fe2bb1ae08b8ad754f33595825924d3cfd9a4ab83cfa 76 0.03/1.00 vMB 241
182,483 182,483 00000000000007aa280d4c70b3f91cbef9b3b00a3872037911363264df654d31 98 0.03/1.00 vMB 142
182,482 182,482 00000000000004c0f56a2a5da3d94ed47845bb15bfbada59c0f96e982f7397bf 9 0.01/1.00 vMB 13
182,481 182,481 000000000000021bf8580f77e3c3280ad796998442532a8bf4a04ca3f84650dd 36 0.01/1.00 vMB 70
182,480 182,480 00000000000003d1a4ec22607d7da12e8a1c6f0a302c17b7888dc304f6541413 147 0.07/1.00 vMB 163
182,479 182,479 00000000000003c2be7a3159a6bd35f535eceede72581a9876dc7b7f82b29fe6 276 0.11/1.00 vMB 130
182,478 182,478 00000000000009c3ec40b3fea2d2b799da22b6259c9498142ab26dd64d5369b4 29 0.01/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.09 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: 651.45 GB
    • Received: 13.58 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.