Loading Tool

Explorer IconExplorer

Memory Pool

34,718 transactions
27.19 vMB
0.05629617 BTC
Random Selection Loading Transactions
Max Size: 136.17/200 MB

Candidate Block

Mining Attempt 3eedccb204b64de0af99e0b3c457458ed09b80a178afddb03df89bf2d0c4b9bc
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root e2321aea578bc06654a311adc25d2f9941409fd4d3f20d7cd011fbd24b244c90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,440
Size: 1.00 vMB
Total Fees: 0.00500659 BTC
Feerates: 77.90 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (412,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,602 502,602 00000000000000000089e3399b020beb82a467f20fcb602149d557676255c726 3,040 1.00/1.00 vMB 511
502,601 502,601 0000000000000000005c96f8f0305eec64253eada7ef5a42dabb31ac13a7e21f 2,679 1.00/1.00 vMB 512
502,600 502,600 00000000000000000069564d0540f7d160fc7400e03c496b2b8fc044380ae876 1,799 1.00/1.00 vMB 484
502,599 502,599 0000000000000000005b63800e8bcad3720bbd0eb1de3132495485ed1708bcc3 2,645 1.00/1.00 vMB 407
502,598 502,598 000000000000000000580b7d53a0a010aaf262cc4f118e88321e63946ceeac42 3,315 1.00/1.00 vMB 462
502,597 502,597 000000000000000000264090f8e4464cf02df712d0b71425e226eae4c546e2cb 2,961 1.00/1.00 vMB 537
502,596 502,596 000000000000000000019fa2dcfd44ad3c5771a8ebfd461122242b3e7112ed95 2,768 1.00/1.00 vMB 496
502,595 502,595 0000000000000000001ce0444194c55332e6c8239f027db0a1bd94551338319b 2,221 1.00/1.00 vMB 588
502,594 502,594 000000000000000000171d58789c551c5c991a2e07ec1745ddcd400c992ebbf9 2,580 1.00/1.00 vMB 336
502,593 502,593 00000000000000000044b657436f26d5ec36eb5fc52023fc72c32ecf955d2706 2,880 1.00/1.00 vMB 482
502,592 502,592 0000000000000000005541c45bcda8020f0362a0277f74b961644e94e4986426 2,044 1.00/1.00 vMB 346
502,591 502,591 00000000000000000015daa9b6b2d20e974da7a8c198985d12c3521d2d8a0708 2,998 1.00/1.00 vMB 482
502,590 502,590 0000000000000000008a4e215ab63c9f1e3add4399e9de0f5e9ffbd2b8420fd3 3,057 1.00/1.00 vMB 446
502,589 502,589 00000000000000000012d8c9fcb9dd72a2cc9b15bf87233abb50efa454a49813 3,201 1.00/1.00 vMB 513
502,588 502,588 000000000000000000112f024be0392ee905463540e13b12fd578d7b43d06df9 2,572 1.00/1.00 vMB 528
502,587 502,587 0000000000000000003f448754d83b49f514487506f09f7c5cb4aa104ac1634c 2,163 1.00/1.00 vMB 329
502,586 502,586 00000000000000000027fa041f7ff37358adf8d1c4563149ec13d7be51d758d0 2,323 1.00/1.00 vMB 365
502,585 502,585 00000000000000000023453190429a1d954ba1aa1c5eb520bfddfb59cfa5dc27 3,247 1.00/1.00 vMB 495
502,584 502,584 00000000000000000061c13e5ef7c9b2c447fff522c0f0cdd3ab148b4fc02f1f 3,250 1.00/1.00 vMB 461
502,583 502,583 0000000000000000007da4cec722dee3da2c7af93d8b5773106bdd2fe993f368 2,742 1.00/1.00 vMB 463
502,582 502,582 0000000000000000006cd61ec0a995c6b4e5dfb61a51a29f1ad09c7b5c7ade23 3,371 1.00/1.00 vMB 510
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.