Loading Tool

Explorer IconExplorer

Memory Pool

55,974 transactions
31.85 vMB
0.20238303 BTC
Random Selection Loading Transactions
Max Size: 171.67/200 MB

Candidate Block

Mining Attempt 7ad93feb195aeda6237af4c320cab7b91cd57a3e1273da7da21d8a3f38a14c9c
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root b8e4dfa74629d0d6ce446f12101af9f7e9bdce281eaf5fc2e99a2261f2f31166
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.09208442 BTC
Feerates: 502.67 > 9.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (269,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,211 645,211 00000000000000000003e8675d5679f7876737121095a95dd7e7230edb12e970 2,024 1.00/1.00 vMB 12
645,210 645,210 0000000000000000000bb27cb36e7e0b95194bc64590bb10f749499caa3d5318 2,053 1.00/1.00 vMB 13
645,209 645,209 00000000000000000001b49170da0c1cce1969a41e954ff1e613d235649b2427 2,389 1.00/1.00 vMB 31
645,208 645,208 0000000000000000000505d3baf7905a1d526f368d14f4fd3f84502116bbb335 1,736 1.00/1.00 vMB 24
645,207 645,207 00000000000000000004d1db8eff7c97c53406a5b1d0760b671f1bf27738c8e9 1,655 1.00/1.00 vMB 41
645,206 645,206 0000000000000000000ba52092ad29411e9fc507a7a57048023b29b748656c34 2,493 1.00/1.00 vMB 64
645,205 645,205 0000000000000000000e959963204d42e9caaf05e6c8300857b8cbc78ea21dc5 1,382 1.00/1.00 vMB 11
645,204 645,204 0000000000000000000a2e470ffd95d1c9f2b07a641cf9fd020598765c472244 2,760 1.00/1.00 vMB 23
645,203 645,203 000000000000000000042b4df26325ff0ed602753261dca52a04d28475e7dfff 2,150 1.00/1.00 vMB 44
645,202 645,202 0000000000000000000d0b2b613a02b27cd6975ad64296f591e9db399a0e1472 2,801 1.00/1.00 vMB 38
645,201 645,201 00000000000000000003e37f71baffe4804b86e85b3ec185a07f90bd7825aa95 2,233 1.00/1.00 vMB 30
645,200 645,200 00000000000000000008989dcddf5794c78c80b1a6ac73b7408b2dc05c3174b6 2,525 1.00/1.00 vMB 68
645,199 645,199 00000000000000000002c1cdc306abcfabdaecb87b49e26bda9a626e9cc94a34 2,621 1.00/1.00 vMB 61
645,198 645,198 00000000000000000001f2bded99684b789917ee6cd6f28321d63c8ac810c35f 1 0.00/1.00 vMB 0
645,197 645,197 0000000000000000000971177bdf9e334fb9dab92dfe9cb653364f4f2b80a568 2,809 1.00/1.00 vMB 39
645,196 645,196 0000000000000000000d3be99d56224fd4651bed2eecc2e071d1e4912731bd3f 3,022 1.00/1.00 vMB 34
645,195 645,195 00000000000000000004834a76ecf4e7e56f1dc2ccbbb0f13c32c16b832fce68 2,117 1.00/1.00 vMB 91
645,194 645,194 0000000000000000000905e8854de7d183e096194256d241246a5af6bff9cb8f 2,806 1.00/1.00 vMB 107
645,193 645,193 00000000000000000004284d8f40fb411d9a101b97a74550fb2a9f9c40c5b9b9 2,754 1.00/1.00 vMB 87
645,192 645,192 00000000000000000005d377e459c3daea385b7a4c2f8313302409c3d167d603 2,909 1.00/1.00 vMB 24
645,191 645,191 000000000000000000006d467443ed5efcc3f71fcda9da06ebeb029ba8167eb2 2,961 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.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.