Loading Tool

Explorer IconExplorer

Memory Pool

22,369 transactions
11.49 vMB
0.03864604 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.26/200 MB

Candidate Block

Mining Attempt b1ae1758a3d0d48c30a3193586ba68589ad17c64f3cedc916ae3d598bb5e6850
Version 20000000
Previous Block 00000000000000000000a865011b37c31ba7d59133e0d177d360cfdd26354378
Merkle Root 970e9df9f9b260771c0d16326375655e95dd8df81097c1aa98873827e3be2736
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 0.997935 1.00 vMB
Total Fees: 0.01984660 BTC
Feerates: 500.00 > 1.99 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,694 (655,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,588 258,588 00000000000000055b313faf39fb2b019fd35f734bf5270e7ba770e7c74ba098 181 0.24/1.00 vMB 23
258,587 258,587 0000000000000016b5bb17b812176d07ff4607c380d02362dfbeff971cb40ba6 491 0.22/1.00 vMB 1,071
258,586 258,586 0000000000000006a0094391c056f880c7ddacf00577655573854446f65afcbe 153 0.25/1.00 vMB 22
258,585 258,585 000000000000001740237212dc83fa1d352028d56c0d37f74286eefaa2019d52 667 0.25/1.00 vMB 908
258,584 258,584 0000000000000022d5fab053e8701c9419e2e3bea58e568eac6fd9beccafc907 577 0.25/1.00 vMB 269
258,583 258,583 00000000000000019354f8add22e0907eaee2cb5aa4905a585fc4ed28c845e2f 654 0.25/1.00 vMB 539
258,582 258,582 0000000000000021cd67e35fe3569ef0a47d205d53e9dcb93f1553ba88e1ca55 587 0.25/1.00 vMB 676
258,581 258,581 000000000000001888a0c17f0fbef13c02436af3fed5e0abfef21870f9fde453 645 0.25/1.00 vMB 365
258,580 258,580 000000000000002427082dc4442670b791893f48f558ca80ce4f91c7c82e57b1 689 0.25/1.00 vMB 123
258,579 258,579 000000000000000b9607fe2e40fe9f71856063766f53d9eb7818e3c4a6bb6676 249 0.25/1.00 vMB 34
258,578 258,578 00000000000000014e7c88583b3967b12dad8003511ae6a432c7be7e03dde5da 511 0.25/1.00 vMB 53
258,577 258,577 0000000000000009225f83d4bb9e17e428c695aa94b7f3432714acb04cba9b41 376 0.25/1.00 vMB 108
258,576 258,576 000000000000001fb1c80d458027cde3a13e40d00ade1b2c93e76b2377d10fd2 609 0.25/1.00 vMB 150
258,575 258,575 000000000000001a9ffd9e3ed34aa0e7c6617c818b5b9acf3b5d16a180a6c46d 596 0.25/1.00 vMB 89
258,574 258,574 000000000000001a175f0ed9af37650baa559141968fc16205616f088cf23e5f 256 0.09/1.00 vMB 316
258,573 258,573 0000000000000020dbbf902e31df208a1e0dc70c9585f8ef27c79afbcf5a3189 143 0.08/1.00 vMB 78
258,572 258,572 0000000000000013be7f6d118e187c54cc32a591b33bc9d97e34f12581119a6f 806 0.38/1.00 vMB 95
258,571 258,571 000000000000000e81d29d0a729aad36c3985f106e8c4be3e428cde768cf1623 238 0.11/1.00 vMB 366
258,570 258,570 0000000000000012801720ff10ec105f71d2551c6758929c2ff739ff8865707a 145 0.09/1.00 vMB 112
258,569 258,569 0000000000000021cf67181f874a32c20cbe8a1cebde49486f48e5e900102b50 553 0.25/1.00 vMB 96
258,568 258,568 0000000000000011de941c86b628f923274d886e8ce832bf1061c65410a417ef 657 0.25/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 780.08 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: 491.46 GB
    • Received: 3.40 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.