Loading Tool

Explorer IconExplorer

Memory Pool

41,659 transactions
28.93 vMB
0.06919136 BTC
Random Selection Loading Transactions
Max Size: 148.18/200 MB

Candidate Block

Mining Attempt 748d372612589d046e1298b0c9807c59e69a29cc44742e0c28b0e7c5ddb50239
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 1f7f2c370fabcce8a7dbad4f08f323ae40cb08e2fcb52bac8e694e4b70974e2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01281244 BTC
Feerates: 100.36 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (212,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,344 702,344 000000000000000000003b8fa09bdd84f485461760702ed53897cd584ec05e6b 1,236 0.72/1.00 vMB 6
702,343 702,343 000000000000000000035c2c84bc84832da13343bf1f80d49e183df3d725d496 571 0.20/1.00 vMB 13
702,342 702,342 00000000000000000000365ae093d98f83820bcfa5e378b1e67e041279d32aa1 1,154 0.36/1.00 vMB 13
702,341 702,341 0000000000000000000196987111f79a21131140c5a479cf5aa77d6ef72c0ec4 1,720 0.55/1.00 vMB 11
702,340 702,340 00000000000000000004be39e2850dd1097509898ff7e4b5af3f4ae6b0278f75 1,762 0.57/1.00 vMB 9
702,339 702,339 00000000000000000007a0ea5d5ad17e1cfcece15b79208abec7dadcf4a147b1 1,911 0.66/1.00 vMB 9
702,338 702,338 0000000000000000000c41538170ae4405449c39ebf1916b087d7194eae80428 2,770 0.84/1.00 vMB 10
702,337 702,337 00000000000000000007e8a573b0ada8d7fa4e169c67aed939f8bcb5078f2beb 1,644 0.53/1.00 vMB 11
702,336 702,336 000000000000000000025ec261c72fae9d5a5ab98481daa113b95f0713812a7b 434 0.21/1.00 vMB 7
702,335 702,335 000000000000000000006e31e431514a3e1191467741d1411f95384b4151dfc2 1,457 0.71/1.00 vMB 7
702,334 702,334 0000000000000000000847a9b4d9d5a342c1f3ab48962ab442dc83add03cc1c7 500 0.36/1.00 vMB 4
702,333 702,333 000000000000000000028931c67dda196964e0c4c0eb0b4fe7e56d40c4e558cc 1,956 1.00/1.00 vMB 8
702,332 702,332 0000000000000000000eb6e392f9bdef1d2bc187247ae5af662a7d55c801f40d 375 0.13/1.00 vMB 9
702,331 702,331 0000000000000000000ab611f771baf2df988bbe457cbc8c5a984c03dcba2a3d 2,259 0.82/1.00 vMB 7
702,330 702,330 0000000000000000000d17adb88a9b16b51b1bdb9760a291ee343dd518034752 2,458 0.98/1.00 vMB 9
702,329 702,329 00000000000000000005d323e8b476eac408e88002591b5ed7381ec9baaf2d13 1,731 0.64/1.00 vMB 2
702,328 702,328 0000000000000000000a56631f32e5be52bfd4117bd3ac9c3bd1bd78637e7501 2,663 1.00/1.00 vMB 14
702,327 702,327 0000000000000000000b55a39e6c679a293c365c8b7f8cd767e55989f8724be9 1,011 0.31/1.00 vMB 9
702,326 702,326 0000000000000000000a31c7ff84ce03b21f43f79edcb97d193e25aa9677fb8c 864 0.27/1.00 vMB 9
702,325 702,325 000000000000000000090e85f13f23da14ccebf22d0597a72e668762b6e72784 524 0.16/1.00 vMB 10
702,324 702,324 000000000000000000067b3811cd049f6027df3578383dc0484197c5b01c175c 359 0.11/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

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