Loading Tool

Explorer IconExplorer

Memory Pool

46,089 transactions
31.71 vMB
0.11860622 BTC
Random Selection Loading Transactions
Max Size: 161.66/200 MB

Candidate Block

Mining Attempt d8fa494f138d9dcdfdd77b1293c228a9ce0366e181e5b215af9aa63725c76e22
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root b733c2fc25a87fc52669491b906d0e2d56de2d100a2c8fe8d0b6263943bc40ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,793
Size: 1.00 vMB
Total Fees: 0.04931571 BTC
Feerates: 301.05 > 4.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (159,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,148 755,148 0000000000000000000154614a0407267e5da10ce9005787c4d4f527a7beb2e6 2,065 1.00/1.00 vMB 5
755,147 755,147 00000000000000000001a593d8548ee7ef0f922b15ecff7289b1820e1638bbe6 946 1.00/1.00 vMB 4
755,146 755,146 0000000000000000000811beeba3d0469dfaf8934535cb066e3b8e4837739ee8 2,144 1.00/1.00 vMB 12
755,145 755,145 00000000000000000005fdd1626175c26a07df5a1611c5e241f387c4fa2c300f 3,004 1.00/1.00 vMB 5
755,144 755,144 00000000000000000006e3ba2f90fe745de32f6ca475e6e38fc54b0e17ea5dbf 1,934 1.00/1.00 vMB 8
755,143 755,143 00000000000000000008a78dad439b33a668d9c28bde81931adf740b0ab24050 2,447 1.00/1.00 vMB 16
755,142 755,142 0000000000000000000345413b57566fe8c624e6acc1d51b26b90c1f5d53cb2c 2,845 1.00/1.00 vMB 17
755,141 755,141 00000000000000000005e587dbeef0e183e82a4c8f574c0005a9554026914a77 2,067 1.00/1.00 vMB 16
755,140 755,140 00000000000000000005d199ba7e3ca50e574b0e4cca301740f0546fbf0ab419 2,118 1.00/1.00 vMB 18
755,139 755,139 000000000000000000054dc23d47d27e5b2a36d449344ff53e6bb55716243dd6 3,354 1.00/1.00 vMB 12
755,138 755,138 00000000000000000001e74507c8fed0e50b05fcd24c62db2f7499ca48544c01 2,380 1.00/1.00 vMB 15
755,137 755,137 000000000000000000019fe995d3b6178147f34ab19cf2ae4a4631ca7cc9bafe 3,215 1.00/1.00 vMB 25
755,136 755,136 00000000000000000007ecefdd246ca22a24d108bf72006a5c6bc5fc4cb33146 3,313 1.00/1.00 vMB 24
755,135 755,135 000000000000000000079d84fdd1a551b2b1c84e3014c952242bf4a2c4931c38 578 1.00/1.00 vMB 2
755,134 755,134 00000000000000000002303d4436ed7a23911edcdfc1a2d24f9678b6878ac5fb 2,907 1.00/1.00 vMB 14
755,133 755,133 00000000000000000005d5d210972a4f88f1d7ddf4b2cf5d62e938831093f42d 2,127 1.00/1.00 vMB 8
755,132 755,132 0000000000000000000552f520d2fc390881d090e94dba795b36cf9bf9697fd8 2,478 1.00/1.00 vMB 14
755,131 755,131 00000000000000000002ace7168db75d3eb1276834d6a48cea1292c08050ac3c 2,629 1.00/1.00 vMB 15
755,130 755,130 00000000000000000007198a24a9acdaebf4673d3cf563444e06e95d6fcc603e 2,527 1.00/1.00 vMB 22
755,129 755,129 000000000000000000037c22beaeaf0660b7daa68c1a47518999544a9a2910ad 1,991 1.00/1.00 vMB 5
755,128 755,128 000000000000000000011f147e20495f04c529028940cd71ddcdd6ecbf51b3de 2,508 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.43 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: 609.48 GB
    • Received: 10.69 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.