Loading Tool

Explorer IconExplorer

Memory Pool

86,885 transactions
31.76 vMB
0.11603734 BTC
Random Selection Loading Transactions
Max Size: 192.34/200 MB

Candidate Block

Mining Attempt 49e54525cc467a04b674e1188c16210382f559e4d90be4a6445c8d978ca591de
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 41e5f50f6662a0193f5dce2a7bfeaaeaf8ff61a9e5a5c8abccf7788912d51738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03495302 BTC
Feerates: 547.69 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (262,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,969 651,969 00000000000000000005a231c53c88581aedc2118423dc2fc36831e1e2f4d7d1 2,061 1.00/1.00 vMB 107
651,968 651,968 000000000000000000062f35b6df1f1e5b7eaf58040dd8cf8f42c8ea42d395c1 2,710 1.00/1.00 vMB 111
651,967 651,967 000000000000000000039eca6fbdc7056ce11da45290aa8b5d6fbc941ab390bb 1,910 1.00/1.00 vMB 114
651,966 651,966 0000000000000000000a84ba253db23b6f29f6254636f93a8282085a1b62d025 2,676 1.00/1.00 vMB 108
651,965 651,965 0000000000000000000ba17ac337f3c65a609cf4e372777d9a40e5b5eee528ea 3,204 1.00/1.00 vMB 135
651,964 651,964 0000000000000000000c07d4ff02051f6afed37987318aad46a6fa55dade476b 3,510 1.00/1.00 vMB 139
651,963 651,963 0000000000000000000151496d9e6be91936939e9dc1f419cab59610d52bb80a 2,284 1.00/1.00 vMB 102
651,962 651,962 000000000000000000036959c3b3e9467bae7471562326cd8d521be331ec2f24 2,911 1.00/1.00 vMB 123
651,961 651,961 00000000000000000001a111219241ca57701a7f7819409c3dae62f8ac8e65e4 1,557 1.00/1.00 vMB 87
651,960 651,960 00000000000000000002234390b78e3784a1639aed4115448e744cfe0f1e9af6 1,946 1.00/1.00 vMB 112
651,959 651,959 0000000000000000000bab3e48a16e02a7920f694d65a9a5cfd297a3d269bb0a 2,232 1.00/1.00 vMB 27
651,958 651,958 0000000000000000000b09252e95a57bd8590707be9d10cb6c859856773824f1 2,301 1.00/1.00 vMB 47
651,957 651,957 000000000000000000009349c3efa8446bb1d53b7f442c623a738eaab4a381e4 2,414 1.00/1.00 vMB 90
651,956 651,956 00000000000000000007ac89c08931a65b7806dbff7288ad8fb6076fbd05941b 2,694 1.00/1.00 vMB 122
651,955 651,955 00000000000000000005cfdc619c930d14c2f868e1afc8d72073e180364b52b6 1,943 1.00/1.00 vMB 45
651,954 651,954 00000000000000000001aa85f351fc1ec193b1ef20ed6aa3cb728452c1218ae8 2,081 1.00/1.00 vMB 75
651,953 651,953 00000000000000000002eee8fb1c59a4cf8bbfccf40ba6fad61d8fd89e5aed0b 1,952 1.00/1.00 vMB 68
651,952 651,952 000000000000000000084b169c816c295e3fd57599d497ad0069391841330a6a 2,250 1.00/1.00 vMB 112
651,951 651,951 0000000000000000000113dea92af5b3a3f094007f66c56e0f78d59f19af4a33 2,340 1.00/1.00 vMB 101
651,950 651,950 00000000000000000007c109a1bcacfd04c7f55c14691ba253f91f553065e38e 1,927 1.00/1.00 vMB 97
651,949 651,949 0000000000000000000bc628356ba36e8b6d91ca6e45436c0b573f4ad4358006 2,610 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.