Loading Tool

Explorer IconExplorer

Memory Pool

47,310 transactions
27.99 vMB
0.08798256 BTC
Random Selection Loading Transactions
Max Size: 148.75/200 MB

Candidate Block

Mining Attempt e13cb7708579ae9c609a399b0c22d729040176dc0eba7454f4b7f63681d290f4
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 0a3cdf2ddaf49a199f21f26d9ca612505abef58046bef3a5bf38e19519b247b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.03351398 BTC
Feerates: 500.00 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (785,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,703 129,703 00000000000010b738667bba537537ff898256dff4fa0198f25dfe8f0104dd36 98 0.05/1.00 vMB 683
129,702 129,702 000000000000062fe029fa5e7e0a21eac25e14d7a5ccc67607ac423d7c020a71 8 0.00/1.00 vMB 33
129,701 129,701 0000000000000d818aaa480a1d494bba7f1e71e6626b87238ddae86d3cd892b7 97 0.04/1.00 vMB 1,107
129,700 129,700 0000000000000e0c4963b942ee4c90ff751e5b3a5c353f8342c39cad047ff840 23 0.01/1.00 vMB 860
129,699 129,699 0000000000001860f9e1822806a2f948e669183e7772cd182d06a0292eb9b2ac 15 0.01/1.00 vMB 910
129,698 129,698 00000000000006e6b9390e0b131950949061a49f2683e41b161db993b79301b7 30 0.01/1.00 vMB 1,138
129,697 129,697 000000000000024aab45ba06706255b3b8eb15e104bd9ee2584519cd4b3fa112 170 0.05/1.00 vMB 176
129,696 129,696 00000000000001af19e7ae2de2a904d5b18bdd832593d9309419a5bc837607c0 36 0.02/1.00 vMB 1,069
129,695 129,695 0000000000000319e3101fa6be987b80a83b441d2c51a2cd41fe019f57f0d24a 13 0.00/1.00 vMB 524
129,694 129,694 000000000000080bdc7f12ab9b26e7f5e37f579a03ae9482b4672977eed1c440 45 0.02/1.00 vMB 1,241
129,693 129,693 000000000000135fb6cb50c20ac04d0b9e0078f1a3c6aaa5594711783c581a81 103 0.06/1.00 vMB 1,123
129,692 129,692 0000000000001bf14880eb7d535b9a43cca53f242515e0d5143253ecb9ce9b09 119 0.05/1.00 vMB 663
129,691 129,691 00000000000010fb8c17b79c6d1ae8de0d04bcf78ed165e6347c515eff4d80fe 26 0.01/1.00 vMB 834
129,690 129,690 00000000000000df662873b44de7f6307a6ef177042de82d739ad02436cd5307 35 0.02/1.00 vMB 960
129,689 129,689 0000000000000b43a26ada24eeff052b02e498d98796d58843219831a55479c7 23 0.02/1.00 vMB 1,220
129,688 129,688 00000000000002bde30d31d6db586a1539d2efd010c29c68d70ebd2fa0eebd5a 130 0.05/1.00 vMB 514
129,687 129,687 0000000000001538422d7d2b7bc85be215ad57ec24485fcfe816620fb6bfdb3d 68 0.03/1.00 vMB 955
129,686 129,686 00000000000004461ea6f46f99976fcb6fcb82bd24fac89e56f9d232fa783180 28 0.02/1.00 vMB 702
129,685 129,685 0000000000001b5d398ee4772b78750395b51f605bacd5a90f416058e05a568d 83 0.03/1.00 vMB 523
129,684 129,684 000000000000104f68ba7a1f96e92109fbdb380247e5ed68bc01a085bbcf3f4a 10 0.00/1.00 vMB 0
129,683 129,683 0000000000001799708bf650a6e63de0cbab637a5b553250dec01dd54b76edcb 94 0.05/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 782.01 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: 649.39 GB
    • Received: 13.17 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.