Loading Tool

Explorer IconExplorer

Memory Pool

78,736 transactions
29.22 vMB
0.07866083 BTC
Random Selection Loading Transactions
Max Size: 174.82/200 MB

Candidate Block

Mining Attempt fe3a8879df27fc6b6b9a884ba7928491ec4a16ea5e67fac73bf003e8fc4ccd5f
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 25abb79d0e508da1851a49e7a1438277cdaa9f01e1105a27401fde8238aba289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01934349 BTC
Feerates: 150.77 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (159,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,627 755,627 00000000000000000000778b5a6e6a92ae22f621c6bae58b0b54bbd92ff0e2e7 446 0.14/1.00 vMB 10
755,626 755,626 00000000000000000003426571b09a0efe681106c9dd7f969c22c05c0ed7cd2d 1,089 0.48/1.00 vMB 4
755,625 755,625 00000000000000000002db6ea6805642ccd2ba57adc397b415655d16eca2bb1f 2,933 1.00/1.00 vMB 10
755,624 755,624 000000000000000000004be899317744ad78e22f3c4d1a4f7e0199ae2c38343f 1,184 1.00/1.00 vMB 16
755,623 755,623 00000000000000000003387b99f9183aeef7adc144c8ed2b7e9b8c7e2d99ebe8 2,445 0.82/1.00 vMB 9
755,622 755,622 00000000000000000008a5c90b4155d0835905be11c2f39ac82b5fe9d1b2f1ef 40 0.01/1.00 vMB 8
755,621 755,621 00000000000000000007c2cba85af52e83ddc230232f8418ab370a034dcec7ad 32 0.01/1.00 vMB 7
755,620 755,620 00000000000000000006a8a0bdc16848a7316e1ae8afcc46ee0059e7dc4aee3a 2,277 0.97/1.00 vMB 3
755,619 755,619 000000000000000000022df2bdc24ffe968bb1310cdbef408e6bbdfd60154377 2,964 1.00/1.00 vMB 17
755,618 755,618 000000000000000000034ef858401b7a4b07ba94cdec89e1002166d39eefd1f2 1,556 0.70/1.00 vMB 8
755,617 755,617 0000000000000000000338c010d36477a52141ec484144b516374b2909a78560 675 0.24/1.00 vMB 10
755,616 755,616 000000000000000000040a451ec71b810714b33854cce75c1d6476d5064037ec 135 0.05/1.00 vMB 11
755,615 755,615 00000000000000000005c99770aadcd0234f925524bd5f15181d003a0a4b00a8 836 0.31/1.00 vMB 7
755,614 755,614 000000000000000000003b6ffcad0dd4fc45e85e6433e65be4a7a9ce8ad7ba6c 762 1.00/1.00 vMB 2
755,613 755,613 00000000000000000004976acf0606c62535f39d93489b0194a41e78d6cf4d1a 1,893 1.00/1.00 vMB 4
755,612 755,612 00000000000000000003499a3c5fe3c1a9d9f3df1cda3d426f470b2373523387 2,379 1.00/1.00 vMB 15
755,611 755,611 0000000000000000000299175b5fb28a8279494e7ef1b2c29f589f6d6fd98119 2,692 0.97/1.00 vMB 10
755,610 755,610 000000000000000000035c7796725486e570798d6c40dfd2a00e92f6966a8050 1,779 0.57/1.00 vMB 8
755,609 755,609 00000000000000000007be188a187df2c7098d8d4ac050adaf96fcb49933e1d0 514 0.20/1.00 vMB 9
755,608 755,608 000000000000000000009be54f43ce7d5c8d195f2046932ecd50a8d243346288 675 0.52/1.00 vMB 5
755,607 755,607 0000000000000000000123a5da861de45fd8cc0a7c871054b0dc54d18d6fac47 315 0.19/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.