Loading Tool

Explorer IconExplorer

Memory Pool

82,542 transactions
30.23 vMB
0.13860827 BTC
Random Selection Loading Transactions
Max Size: 182.66/200 MB

Candidate Block

Mining Attempt 50add8ea2816bf2633720b29d0e79ee05325188dad0670eca223a37d2b97dc0a
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root be093618111cd23f30b5adc3e1a22ced349464bfbc6479c1c2d6723228ee3226
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.05731879 BTC
Feerates: 477.45 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (45,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,630 869,630 00000000000000000002aa965c9ff755e2c3555f97b79cdccfd7afc21b50a95b 6,905 1.00/1.00 vMB 23
869,629 869,629 000000000000000000020cbaddaf50605af54bcdf6592292d48785e02a98ad28 6,702 1.00/1.00 vMB 22
869,628 869,628 000000000000000000002c781fd8328a0b0e8b0cf7c1af06c911499c69922965 7,132 1.00/1.00 vMB 16
869,627 869,627 00000000000000000001458aa60f217727e4738e12f1aa42777afc0eeeead8d1 7,166 1.00/1.00 vMB 16
869,626 869,626 00000000000000000001914e673b72a34b08b22a6d33d5f0bace3a4eeda9b2f0 7,131 1.00/1.00 vMB 16
869,625 869,625 000000000000000000002d3170abd6dde4b39a947a6f64de0d7c2b5816f6b718 6,384 1.00/1.00 vMB 20
869,624 869,624 000000000000000000012f65c9fc051faf8f9abcabd6e3a3b2d0f5f0f55da9e7 6,359 1.00/1.00 vMB 9
869,623 869,623 000000000000000000005d6638d5806101de11d6f97705cda63ce149edb9222b 6,857 1.00/1.00 vMB 10
869,622 869,622 00000000000000000000ddb8c7e4fd0cde5c71e1a70cbd4315369a7ec6ad228f 5,886 1.00/1.00 vMB 11
869,621 869,621 000000000000000000022cd2c13e1bc40ada8453681ead7b4e21aeacf09f65f5 5,260 1.00/1.00 vMB 2
869,620 869,620 00000000000000000001dea4415cff8a4301c1fe186ac825e8cb74cd4daa6097 5,230 1.00/1.00 vMB 5
869,619 869,619 00000000000000000000556ef8fc4d7ef99522a02f84cc4e8e7c66502a9cbb50 4,688 1.00/1.00 vMB 5
869,618 869,618 00000000000000000001549cfd5e077f58e2a0cba5285af9ad277c841a5f07cc 3,752 1.00/1.00 vMB 16
869,617 869,617 0000000000000000000088706b8d17670677c6f744405f12b3d253d3e870ec88 5,547 1.00/1.00 vMB 2
869,616 869,616 00000000000000000002aae0619051bede4fc251684f9af1c21375a04f021f06 5,749 1.00/1.00 vMB 4
869,615 869,615 0000000000000000000254f989e63ea7fb74b6577357a4e174101147280efacd 5,022 1.00/1.00 vMB 2
869,614 869,614 0000000000000000000172e83588fd6a0eed58ef833474bf848f4e0a81c99a5a 3,624 1.00/1.00 vMB 3
869,613 869,613 0000000000000000000252321cbeee4e583e2aaec160d3fc25ffa4bde8996e5e 4,298 1.00/1.00 vMB 7
869,612 869,612 000000000000000000005a9744278b5b9badefcfc82c997a4b6095274e9583b3 3,785 1.00/1.00 vMB 6
869,611 869,611 00000000000000000002075c7fc13b5a50b1ba1c609b125514c750fd60faae97 2,156 1.00/1.00 vMB 1
869,610 869,610 00000000000000000001904877ef8f072b2b92478213e1007191de779db3299b 5,177 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.