Loading Tool

Explorer IconExplorer

Memory Pool

23,930 transactions
10.12 vMB
0.06674923 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.01/200 MB

Candidate Block

Mining Attempt 0e622debb6fff3eb2517755e206134dd401aa427d0d113c29bd12fd5d63eb1bd
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 013cb7ed48b9a93fc7573e8b4902126db188af7d5ff8911dfb4756510f53aaaf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.03672054 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (712,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,976 200,976 00000000000002ad21f92ec2b8e8f937608f390c41d10c2e40de5b07d0f90b5a 166 0.06 vMB 125
200,975 200,975 0000000000000002869f33feb80d43f6226ac94a764bfaa43b624cb4789ed08f 293 0.12 vMB 76
200,974 200,974 000000000000039e22475b410ea79e2797a00214b64a1671a57159d32abd108e 260 0.10 vMB 143
200,973 200,973 0000000000000332a3d95f5021408c19b4753ef825414c5dd27306c0dfc13e45 12 0.00 vMB 59
200,972 200,972 000000000000020891a278d0324a6f270b1d2acb7d44f4a0e1670f7437209439 68 0.03 vMB 132
200,971 200,971 00000000000003518c8f746bfb70ac59db328193dc057d2a46ecce5e48a35fb1 238 0.13 vMB 115
200,970 200,970 00000000000003d5afaa737b527039df684908947ce4ec451657e3913daf03cc 188 0.06 vMB 78
200,969 200,969 000000000000028bdabf8d291a90bf700a347ba2dc487b4d8680016d26d62b42 42 0.03 vMB 83
200,968 200,968 000000000000043f83cbf160cbc4d4beb27c322f4348e05f75d04836a093185d 135 0.05 vMB 90
200,967 200,967 00000000000004336c2d3c3a0d25e34a90b4d0cb7984c73a226fb013a11c382f 522 0.16 vMB 158
200,966 200,966 0000000000000535d22153bda9afe07c6d574013c8b2ed1121ca6d3a1099d48e 1,050 0.42 vMB 146
200,965 200,965 000000000000012bc3a756b83f72b6aed59ed86b3e937c761daad19cbe5f7f0f 6 0.00 vMB 0
200,964 200,964 0000000000000429ced8a7da26a7f4ce195a1da7786fd8d0b9048dc9a9bdddca 192 0.06 vMB 81
200,963 200,963 00000000000004e8939083e17b030c6b99a647b7fc642cc0656a3503dd73994c 15 0.01 vMB 70
200,962 200,962 0000000000000277f09c88c795f80547aff62166b07cb47f1c83d7cb503b8a98 30 0.01 vMB 124
200,961 200,961 0000000000000117b02c8ea876c7cea3b50a61cda6b272181fff2e99f44028b2 222 0.09 vMB 231
200,960 200,960 00000000000002ff1b68c84abc37200f3a1c902c587a0c0ab562700829a4b12b 589 0.25 vMB 136
200,959 200,959 000000000000019aab59cb7b5d9f0489a113c19db359c2f3613dc716784b47c1 702 0.42 vMB 105
200,958 200,958 00000000000001453706ab194c349a072a8a91fabd46f5b4877c65bcf3002400 128 0.05 vMB 133
200,957 200,957 0000000000000518f6086f1938ba4ce8385d02205f1bcc72a7b019f113b29411 209 0.07 vMB 402
200,956 200,956 000000000000039f115d6ba0b910613a01a9175a9f5cc19c4e60523285a869ed 68 0.15 vMB 60
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

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