Loading Tool

Explorer IconExplorer

Memory Pool

80,501 transactions
29.70 vMB
0.06899653 BTC
Random Selection Loading Transactions
Max Size: 179.28/200 MB

Candidate Block

Mining Attempt 825d8595d42c6df49f6f2201c3ab49500e99e43a22f36ead7afb5b4cf87fdc8d
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ad38d34fae8b07b868041c47ec1de12690a04d4e63f5e8c4cc34409e12bac327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00860964 BTC
Feerates: 100.36 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (115,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,599 799,599 0000000000000000000420f3102f29ffbbeeb19a63577030b07f0334d6cc69f2 4,872 1.00/1.00 vMB 11
799,598 799,598 000000000000000000053338acb42071e4680253645d73b961414934ca80de8d 5,157 1.00/1.00 vMB 8
799,597 799,597 00000000000000000000ffc3c7e34af41feaab40348f5458a52b39de0374d112 2,643 1.00/1.00 vMB 21
799,596 799,596 000000000000000000036d09812b28e40805c56fa3251ad5f2aa4e4117166b17 6,435 1.00/1.00 vMB 7
799,595 799,595 000000000000000000022241a9445b072409c3b889e03e88aea87a8e24a4f66f 4,085 1.00/1.00 vMB 13
799,594 799,594 000000000000000000009994e833eed8bf76600103f56993c5785548f26f2887 2,419 1.00/1.00 vMB 9
799,593 799,593 00000000000000000004924089c57da79d83c55ebe6594788034868e71203c16 1,771 1.00/1.00 vMB 13
799,592 799,592 000000000000000000051413ed692f39d83edaaad001245c30cba4b70402e04c 2,586 1.00/1.00 vMB 17
799,591 799,591 00000000000000000001c7517fdbef7d9455a5f8e32a7b59055325d5fe7cc351 1,671 1.00/1.00 vMB 8
799,590 799,590 00000000000000000001150c370472710c40f507144bf6d8e08bae1a46c2135d 2,066 1.00/1.00 vMB 15
799,589 799,589 000000000000000000040bd4caf3cff3260d75b42b71f5bd1bb8cf646b2372b6 1,757 1.00/1.00 vMB 16
799,588 799,588 00000000000000000004201e49567afa4e44eccb55cacf1c4e8587cbbc30e075 3,293 1.00/1.00 vMB 27
799,587 799,587 000000000000000000047faae6fcbcbf550a3d9546bc6c8870dfb26dc18c8747 3,269 1.00/1.00 vMB 29
799,586 799,586 00000000000000000002efd87def57bccb3623aef046bab62a6fb97542c49f03 2,518 1.00/1.00 vMB 38
799,585 799,585 00000000000000000000cbf1d8a39608249bc1ac21db95c8c74a75c008a6eff7 1,708 1.00/1.00 vMB 7
799,584 799,584 000000000000000000007c3c4f6da130fe3fe863285058ad1a762a9b733b85c4 1,506 1.00/1.00 vMB 9
799,583 799,583 00000000000000000003187711058aa688681d9b8619907e840bceaaf0940861 2,759 1.00/1.00 vMB 25
799,582 799,582 00000000000000000000a347791a5d0a64b8ff4f700c7e2dbb0ae30ce853c613 2,494 1.00/1.00 vMB 9
799,581 799,581 0000000000000000000218b0dc5bbba5aa90604b945a81edcb5f6fc70e1607a3 2,188 1.00/1.00 vMB 12
799,580 799,580 000000000000000000033cb00f8c0c372b35923abc3947ad50a6832e1e4f43da 1,735 1.00/1.00 vMB 28
799,579 799,579 00000000000000000003614c57c7394ccb926517b7ddfbc61dc9882afa5adfcd 2,367 1.00/1.00 vMB 16
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.