Loading Tool

Explorer IconExplorer

Memory Pool

78,293 transactions
29.36 vMB
0.06546824 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt ce67d88c5afabb2999cf43ed0e7d7fb2281c36e910cc7b2d28d2d2256a165df5
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 40971c080f44961caf42db65110c2dfbf312b9855ea55288bc9707933f987119
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,150
Size: 1.00 vMB
Total Fees: 0.00597000 BTC
Feerates: 50.25 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (266,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,679 648,679 000000000000000000077ea755b01b9650e06d94f422709da0b99f66a38b3370 221 0.08/1.00 vMB 46
648,678 648,678 00000000000000000008ec8104282cf9a35a522d1251870aaf05d797ddf1dfa4 759 0.44/1.00 vMB 35
648,677 648,677 0000000000000000000a3a560c48996ee3e952231bfd552a0fb47c05d6dbd8e4 1,741 0.99/1.00 vMB 40
648,676 648,676 0000000000000000000c1df77330ba0ad973a960f7043e4c63ddd680b52ce1f5 411 0.99/1.00 vMB 8
648,675 648,675 0000000000000000000d0f926ed0f79cc020ca164b52c0c0e9ee62ec5c85f7d3 1,045 0.58/1.00 vMB 17
648,674 648,674 0000000000000000000da6598193da53f5b1dd88c90089010956ce08e37aa551 1,509 1.00/1.00 vMB 17
648,673 648,673 0000000000000000000c1e2fe58d8933de3c5b10e3113a57f667418f8d7b9081 357 1.00/1.00 vMB 5
648,672 648,672 0000000000000000000f37c0d4d1c80c2b5af9ea7cc8e815c9f6efb5cd1b00d8 1,974 1.00/1.00 vMB 27
648,671 648,671 0000000000000000000eb7d000768d8cd26dcfdd36bf79069197880b635e876d 2,266 1.00/1.00 vMB 60
648,670 648,670 0000000000000000000bf3c9c82288f9d4cbcbd00d59cd1e7e7c868bdaf1c1b8 88 1.00/1.00 vMB 1
648,669 648,669 000000000000000000004d24871f5f551c65838252763e6059abe83905fb0f49 515 1.00/1.00 vMB 8
648,668 648,668 0000000000000000000cd7ba930dad70d5bbda63a5a0eccf9feb43991620516e 2,065 1.00/1.00 vMB 42
648,667 648,667 0000000000000000000b6b563d86a1eed1fb9b2165747cae5f7342433b12f192 1 0.00/1.00 vMB 0
648,666 648,666 0000000000000000000d097ffaf277e28f9dbf875ac0e5d6a1b0eeec3c089a52 1,638 1.00/1.00 vMB 17
648,665 648,665 0000000000000000000a00645c4e6d89f8b985c798b0d41b162b068fef0207cf 2,248 1.00/1.00 vMB 30
648,664 648,664 0000000000000000000653e0c0b5e62eae3fda29fe1661c9bf925a535b92d9f3 1,898 1.00/1.00 vMB 22
648,663 648,663 0000000000000000000610deec680d544cc369b96118ad104e0a19d6e94e8033 1,900 1.00/1.00 vMB 56
648,662 648,662 00000000000000000008629ad88f710b4ab0353c7a8392cb953be96bc3f10bf0 2,057 1.00/1.00 vMB 77
648,661 648,661 0000000000000000000d23c939dfc76c40587b2e1f23849970ced9c13c98031d 2,108 1.00/1.00 vMB 78
648,660 648,660 000000000000000000080761018a1c9dd8c81a77947c35079419024ed5c0b59b 1,049 1.00/1.00 vMB 19
648,659 648,659 00000000000000000006a456447213042a242deca3dc76f34c1217bc3485dad1 1,327 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.