Loading Tool

Explorer IconExplorer

Memory Pool

78,723 transactions
34.88 vMB
0.13606327 BTC
Random Selection Loading Transactions
Max Size: 192.86/200 MB

Candidate Block

Mining Attempt 9b6f917b194995d22e5e2334cab084ab1ee6f104b7176d6a1f65f3d38c914035
Version 20000000
Previous Block 0000000000000000000083cd39367e0cb041c7750eda09569a7b62d97da4353e
Merkle Root 46ed4945d5d003f8650645a3c0def776a8f59ce338e2e67d35f1deaaf2ceaf0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,567
Size: 1.00 vMB
Total Fees: 0.01807270 BTC
Feerates: 150.67 > 1.81 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,403 (398,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,654 516,654 00000000000000000018b656ad3ee6bd62284bb30bcf27f3f701c9a4b0c00ab3 2,218 0.82/1.00 vMB 24
516,653 516,653 0000000000000000002036f16e5557f16627c2a52b37d3a307e941081f210413 2,287 0.77/1.00 vMB 27
516,652 516,652 0000000000000000003ec49363bdf8b8b14a5e9948ca6e69b3b52e62a64d47ea 1 0.00/1.00 vMB 0
516,651 516,651 0000000000000000001fe5ff8a51609c77863bf72b38b0ccd5abacd2f5a8c859 117 0.04/1.00 vMB 38
516,650 516,650 00000000000000000044362c87fcddc71ee08d6bf2d5409c3b3479eeb321caf0 974 0.42/1.00 vMB 59
516,649 516,649 000000000000000000317f84d249e66f66fd233a31df3c9bb826af3c8508b3ed 238 0.08/1.00 vMB 63
516,648 516,648 0000000000000000000413093abf527d557dd85964cb8cd84f4714e2a514538e 862 0.37/1.00 vMB 36
516,647 516,647 00000000000000000023c9b5d05651ea389c83545c64430eac383aa6f65e2209 1,470 0.70/1.00 vMB 38
516,646 516,646 0000000000000000001f067df4559042cc76b97a1ce1ee7ef3f68e43e6b1d866 135 0.06/1.00 vMB 12
516,645 516,645 000000000000000000252d45dee27d0ff26d6cba9045a71db5272b7fea42a6de 50 0.02/1.00 vMB 58
516,644 516,644 0000000000000000002be4a742b033ed8dba6911d84550fe222e466ffb73cc9f 1,172 0.44/1.00 vMB 30
516,643 516,643 0000000000000000003b99b4f7ec4504f237dd3fddd7f962a7daaa1dec38faf3 691 0.91/1.00 vMB 8
516,642 516,642 00000000000000000038052601ca0b87551103cf0346f6c76a6fb54b827d80d6 1,598 1.00/1.00 vMB 19
516,641 516,641 0000000000000000003e0c21a49d33a252b3ab79cdf6f0dfe7d749847abf4de6 59 0.02/1.00 vMB 34
516,640 516,640 00000000000000000010926b2dcbfd36abfca7c441e64645da397d0c6bdf877a 1 0.00/1.00 vMB 0
516,639 516,639 000000000000000000398161e6f4766619dce931eaf751b8fd2a52d2f228953d 1,017 0.40/1.00 vMB 23
516,638 516,638 000000000000000000305bd438b3f84677c546344b883d49f82eccb68b81880f 24 0.01/1.00 vMB 53
516,637 516,637 0000000000000000003e4bd09df7e9fb91c59f02b5868c89bc6e45bc9778eed3 449 0.22/1.00 vMB 24
516,636 516,636 00000000000000000048a4391ca9c30aec1a4fb0ff3aad32a17b278d8a0797f6 1,564 0.56/1.00 vMB 27
516,635 516,635 0000000000000000001e8786aec81b8d4209a3aac83735194f6d4b8bfdff36ba 2,677 1.00/1.00 vMB 32
516,634 516,634 000000000000000000078a3407b29363c969d44a1f2cc2e5533ce71c825d5ceb 1,428 0.67/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.09 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: 724.29 GB
    • Received: 18.42 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.