Loading Tool

Explorer IconExplorer

Memory Pool

80,482 transactions
29.70 vMB
0.06890893 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 86249f7cc754376eab310b52233af5f580787c8aad46044b19e8fdb0c94e63a1
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1729868e2e5c5a55205fa2a3a58f5577feaa5474bcc99af81e9deb471e3bb448
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,137
Size: 1.00 vMB
Total Fees: 0.00843082 BTC
Feerates: 100.36 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (381,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,292 533,292 000000000000000000331fbda36bd51c9325e607d7f3d1b81be6a2178257a71d 2,591 1.00/1.00 vMB 48
533,291 533,291 0000000000000000001e80cac1b7856bb225bf1820f80dcf76da4ab5b853f004 2,605 1.00/1.00 vMB 34
533,290 533,290 00000000000000000019538c4f18d659f18ac69553913499c98d1974f2a0f6c5 2,715 1.00/1.00 vMB 16
533,289 533,289 00000000000000000029b82e8b856f0c7bcc2ac8e30c87de0d2c40900e79614e 1,916 1.00/1.00 vMB 26
533,288 533,288 0000000000000000000ad1a710a289eff5e911790f1d671a87a5fce70dbee15a 2,731 1.00/1.00 vMB 21
533,287 533,287 0000000000000000002e21430ef6069da00feafb4ef2ef2851920ee09896c149 1,679 1.00/1.00 vMB 22
533,286 533,286 00000000000000000010a3fbbcf49ecf4d9b6d79fa615351562ca65f7f5307f0 2,074 1.00/1.00 vMB 53
533,285 533,285 0000000000000000000cae346d690c9853f598df83f8ee585871afbae1265ce9 1,406 1.00/1.00 vMB 73
533,284 533,284 00000000000000000020a1a0cb010e54769ef811f95974dbeb6d07656a076073 2,137 1.00/1.00 vMB 21
533,283 533,283 0000000000000000001827a7da85c86a61a0fc8606306fc4a540acaf8cb6810b 1,352 1.00/1.00 vMB 44
533,282 533,282 0000000000000000001e6de3c2a1c5adb057ae8b452c80e8a406e01cf67e8e00 1,020 1.00/1.00 vMB 51
533,281 533,281 00000000000000000013f9350cc074886645f16c34224ecde8e2b1d6a24c8672 1 0.00/1.00 vMB 0
533,280 533,280 0000000000000000003113cba6defa6ab00f8e9b1869833390f9d2e1eff04445 921 0.99/1.00 vMB 79
533,279 533,279 00000000000000000005725b995017dc70d14ea6eca88808659c7867ef2c30f8 293 0.13/1.00 vMB 23
533,278 533,278 0000000000000000001c7976082e4d84b2c0471ff5c1a0b86b402c45609387b0 1,655 0.68/1.00 vMB 16
533,277 533,277 000000000000000000198734675bba91d63214b4e3de86af45077c3dba2a04b6 1,912 1.00/1.00 vMB 13
533,276 533,276 00000000000000000024ba14f329be51161469a6d66c6e86e7822cb5030c2bd8 2,318 1.00/1.00 vMB 21
533,275 533,275 0000000000000000003391bada715f0a0338b55e7a87614d517ac9dcccdf405a 1,299 0.56/1.00 vMB 15
533,274 533,274 000000000000000000048ab5982e327db99354cce7f62cbb7aa94a44739e7e83 292 0.38/1.00 vMB 2
533,273 533,273 0000000000000000002f367c1c3355f41325fe6412243149786624f358dcdad1 871 1.00/1.00 vMB 12
533,272 533,272 00000000000000000018d2687153b9e19ba483d930fd53b6f228aa72935ac2e4 1,852 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.