Loading Tool

Explorer IconExplorer

Memory Pool

26,009 transactions
11.47 vMB
0.08887275 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.14/200 MB

Candidate Block

Mining Attempt 78a14551879eb56d535311fec20cc5cd653b2a290317487c6764e04e9c61c8be
Version 20000000
Previous Block 0000000000000000000019007a617bca8f44fd0c41ccdf3831817d194cd0e466
Merkle Root 5339f85fc93757eb6195e306eda906ac5bf04f523caacf33d2d78923b9b09f2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 0.9979325 1.00/1.00 vMB
Total Fees: 0.06957340 BTC
Feerates: 101.66 > 6.97 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,588 (654,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,591 258,591 000000000000001a532dfdd3619efde767164737a75414832194f2dc21825c7d 451 0.22/1.00 vMB 522
258,590 258,590 000000000000000f5beedf1305e99e3e42485f5b090a7bdc89b25f01e0372f1b 624 0.25/1.00 vMB 528
258,589 258,589 000000000000001fc93ea7160fc18041aec0e771cdbaf49344f997127ecffdea 104 0.05/1.00 vMB 186
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
Previous 10 blocks ↓
Total Size: 779.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 454.43 GB
    • Received: 2.55 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.