Loading Tool

Explorer IconExplorer

Memory Pool

76,965 transactions
28.57 vMB
0.06390338 BTC
Random Selection Loading Transactions
Max Size: 173.43/200 MB

Candidate Block

Mining Attempt f480efd78162d3f829c8c56697928220ddcd12db1873118c9d13dbd035310188
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 14cddc9d9b3fe9221e361e1f7f9668c15588d1dbedf0e8ce7f5527bfba442d49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00469799 BTC
Feerates: 40.21 > 0.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (285,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,684 629,684 0000000000000000000f5a00326dc3d2bf1627c21e9de093491650788b4b4bbd 2,968 1.00/1.00 vMB 54
629,683 629,683 00000000000000000002eec4128b47316185b545496be77a221a22de8ef4f5b4 2,970 1.00/1.00 vMB 46
629,682 629,682 00000000000000000010be8a54db4633980c227945a76a790905b659584cec44 2,535 1.00/1.00 vMB 20
629,681 629,681 00000000000000000010e1d0f2ce89e65197b48e9b665b061684723adf73d35b 1,928 1.00/1.00 vMB 63
629,680 629,680 0000000000000000000097bb1e4efe3a8c33cf8def61e12f943d3db8996a4730 2,170 1.00/1.00 vMB 20
629,679 629,679 00000000000000000008fd3c191473c813e40408534f0e40c05383d64e56e517 1,726 1.00/1.00 vMB 14
629,678 629,678 0000000000000000000f883e83a6e79519b19104e0885f604fbead6d423ebfc2 2,481 1.00/1.00 vMB 23
629,677 629,677 0000000000000000000c984bd299a4ad75fd4730da60b778adf390e8a18f5527 2,583 1.00/1.00 vMB 39
629,676 629,676 0000000000000000000bb7734d0ff655bd3e48e08aa04d8e816a5b73f8d5125c 2,809 1.00/1.00 vMB 23
629,675 629,675 00000000000000000002878c4b66499ea223d436fd60e56ae8c90328ddffc3a0 2,974 1.00/1.00 vMB 18
629,674 629,674 0000000000000000000fb6b12fe36090c779d65e99c984cd1d349fde78b7d5cb 2,495 1.00/1.00 vMB 59
629,673 629,673 00000000000000000006001f7b2dc98f61eb062e0921a7f0baa204974e721408 2,080 1.00/1.00 vMB 45
629,672 629,672 00000000000000000007c50e2116e478f0a5c9108e9a660575e2c939d68e4ff1 2,721 1.00/1.00 vMB 99
629,671 629,671 0000000000000000000f01d6817b00c8c684f32288cd477ab2a0eb7e88e2d04c 2,896 1.00/1.00 vMB 92
629,670 629,670 0000000000000000000468de5e53bf380912c54ed216775face1a7de74cc9deb 3,022 1.00/1.00 vMB 96
629,669 629,669 00000000000000000005b4a0e357b49c58f9221aee906cc896a2dbebdcffd187 2,534 1.00/1.00 vMB 105
629,668 629,668 0000000000000000001017843d2156f333de1e0668ac2985f74d1062d9790d00 2,389 1.00/1.00 vMB 103
629,667 629,667 00000000000000000008cf2e9b9e4126fb0c191d3d605b9bd662545d31ed1f61 2,404 1.00/1.00 vMB 39
629,666 629,666 0000000000000000000c7825ef7b849db2e60d9410612293a885689e4e9ebe23 2,700 1.00/1.00 vMB 104
629,665 629,665 000000000000000000028f87c24c3d18d1e1001c01c8fa144a6f40047421ed7d 2,311 1.00/1.00 vMB 32
629,664 629,664 0000000000000000000e620d846ed108bad0dc6cd6ead75d2a8f816f4f74ffb5 2,655 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.57 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: 671.10 GB
    • Received: 15.86 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.