Loading Tool

Explorer IconExplorer

Memory Pool

80,336 transactions
32.65 vMB
0.09832049 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt dcaf10bac152cc3dd122d3629e79ab3ac416b82812bfee8ef62b783b6a69f8d4
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 01c450f12c624a97f52982c7de92e3200834284ec60feab6d7effd2f9972945a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.03294573 BTC
Feerates: 151.03 > 3.30 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (262,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,976 651,976 000000000000000000038c64f75cb7fe3946ee0e586e725504d1b3528b3735ee 2,789 1.00/1.00 vMB 110
651,975 651,975 0000000000000000000b50f7040a72e8bc09b768663b2c1e07c08bb04093d98b 2,647 1.00/1.00 vMB 120
651,974 651,974 00000000000000000000ffb5dc3428ca0f2d048bb5bfaf24626ab4e685ede0cc 2,713 1.00/1.00 vMB 109
651,973 651,973 0000000000000000000981b614f98438109ffb578cbbbb1b0260211209513ba5 3,194 1.00/1.00 vMB 134
651,972 651,972 0000000000000000000d325276f22aa5fef328a48ba3eb1f6588247e7d50090c 2,936 1.00/1.00 vMB 122
651,971 651,971 000000000000000000030f651aebb9067c7128f4077357913a4e3ce5c23d1497 3,026 1.00/1.00 vMB 132
651,970 651,970 0000000000000000000873cb5e6946e4cffaed4111987b96af073744368de4a1 2,204 1.00/1.00 vMB 118
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
Previous 10 blocks ↓
Total Size: 782.29 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: 657.11 GB
    • Received: 14.49 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.