Loading Tool

Explorer IconExplorer

Memory Pool

45,972 transactions
30.77 vMB
0.12567062 BTC
Random Selection Loading Transactions
Max Size: 156.73/200 MB

Candidate Block

Mining Attempt 5bb1b8ef031d4ef7b4aa6053a86284852fae7857f4a5b67bb4e59bffe6d3b16c
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root b547c13da70d37c13fdabcb499b1dda410c164c715e6f32f22c021a594a9b453
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,734
Size: 1.00 vMB
Total Fees: 0.05292571 BTC
Feerates: 150.97 > 5.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (268,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,864 645,864 0000000000000000000741c5918a97daeb3852602daa4ad95643d6f7efb186fb 1,699 1.00/1.00 vMB 7
645,863 645,863 00000000000000000006811a52541156b51412e5fa00fdfde231904ca50d4c12 2,371 1.00/1.00 vMB 8
645,862 645,862 0000000000000000000e8aa439eebbc711275f5b4188c58713d5f7877b3ac719 2,092 1.00/1.00 vMB 20
645,861 645,861 00000000000000000002616bc6cf58c51cfde64420d9b664a90bb88282e930fc 2,257 1.00/1.00 vMB 27
645,860 645,860 00000000000000000009a08a6070beccad7d42b9ba0a335afceab131a94c90a2 2,159 1.00/1.00 vMB 46
645,859 645,859 00000000000000000006a4a5f74bca6f069ba0011bfac9f01ec20bf402196007 2,152 1.00/1.00 vMB 67
645,858 645,858 000000000000000000025fa485ba8d0d77bbf1e84a6ffac878d7e88176c36d89 2,394 1.00/1.00 vMB 83
645,857 645,857 0000000000000000000a63cb50443ac0a76171e47b3eb146741bbd0a87c40bb3 1,787 1.00/1.00 vMB 85
645,856 645,856 0000000000000000000bfa85c64cf7b3f99cdc204d291623598780ee7cc31e31 2,662 1.00/1.00 vMB 108
645,855 645,855 00000000000000000006b51149f377ccefa627c19f6a7c1cfa64b0608bc38f94 2,880 1.00/1.00 vMB 113
645,854 645,854 0000000000000000000b38c687ba58217c31f32eb132b7d953c3464651c8938d 2,098 1.00/1.00 vMB 22
645,853 645,853 0000000000000000000918ac0b05742d3481ec67b3b7790f1bbb333e8052137f 2,076 1.00/1.00 vMB 103
645,852 645,852 0000000000000000000ef9597736b5c3cc64a5b2fc727296b4cdd276899ea4e2 2,261 1.00/1.00 vMB 10
645,851 645,851 0000000000000000000b8eab3cd4385a679a5064359547e65ebb9d23939d9797 2,881 1.00/1.00 vMB 72
645,850 645,850 00000000000000000008b5901008aa05d05330fa54abc01a73587c0a1b1291f2 1,411 1.00/1.00 vMB 21
645,849 645,849 0000000000000000000fa76a780a518c871601c45e75e0875e28da4bb3e94a4a 876 1.00/1.00 vMB 14
645,848 645,848 0000000000000000000cbf8fd6d3d9eb374ef8bb2e145f706056faef17a46263 2,364 1.00/1.00 vMB 4
645,847 645,847 000000000000000000015eda0f8fa880fe8d2036ba5430e7dff23c294003ae7d 2,751 1.00/1.00 vMB 64
645,846 645,846 0000000000000000000e0f14aebc82e16de2e5f45e7db520c10503fc0eaca570 1,319 1.00/1.00 vMB 13
645,845 645,845 00000000000000000005f02ca6afb2d35594d570aa537f65fd790ba0f5750206 2,757 1.00/1.00 vMB 23
645,844 645,844 00000000000000000000457202be81346c2929503be2f84e5b4eaa7cfcb30049 2,296 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.57 GB
    • Received: 11.67 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.