Loading Tool

Explorer IconExplorer

Memory Pool

41,478 transactions
18.13 vMB
0.17316358 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.05/200 MB

Candidate Block

Mining Attempt ddb0ab064b7f6a5ea46443e7016dfe68866b8377b9736fa6c607c0628a999000
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 936e3a0a99588d86edc384ee7c800795741ffc00e0192891f86805dc2bdd5bd7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.05616446 BTC
Median Feerate: 4.84 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (689,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,931 223,931 000000000000001b54cdb5683b302f0d9733ed1ddad8e448ec960cddcd271648 451 0.21 vMB 180
223,930 223,930 000000000000005230b1c18f17e001dc816ad41dccfa35c1fee67f6f9a46d8c9 175 0.11 vMB 106
223,929 223,929 000000000000024df587a69af3cdabe3ec2ef6f6b92f09f0e2141f558a4defd0 291 0.14 vMB 182
223,928 223,928 000000000000013c6001f4fc133f565ffeeea5aded077673fdaaec3b0eba7b77 12 0.00 vMB 33
223,927 223,927 000000000000030ff79a1462be748a02f09fccdba50bdf35b20f8ee5a88c5612 115 0.06 vMB 189
223,926 223,926 000000000000009b7cf3faeb1085bff5ed1810f5f647cc8b406588e25a347998 222 0.15 vMB 123
223,925 223,925 000000000000028b5e47f8dc5ca5643e0170cf8eb68bfa43e25aaa9c6bc690c0 7 0.00 vMB 211
223,924 223,924 00000000000001e28d1ec8854ecd6701ac86031f45fc22c1d757e376daa20f57 604 0.25 vMB 203
223,923 223,923 00000000000003995064298dcbd4bad155df662e5c94d877007b7f8a8c149de4 523 0.25 vMB 173
223,922 223,922 0000000000000063630fed4046502f67736cb0248303a1f9299157dad11bab1e 632 0.24 vMB 222
223,921 223,921 0000000000000332bf92fc22b832e00072b96895c04db998af399afff35f8f68 309 0.15 vMB 196
223,920 223,920 00000000000003b8ae5f39827e24785cb3fe33691bb7b91dbdf781ebd42db422 368 0.23 vMB 127
223,919 223,919 00000000000000de77a20a15b059b19cf62b67055940e7491fa8e4bb4ac1f380 672 0.25 vMB 230
223,918 223,918 0000000000000190f3ae80405799b9a7ea7d3a787995cb4ffeb8e8289b9059b5 313 0.19 vMB 115
223,917 223,917 000000000000024f152012e5ee8f87d12ea9ec712a41fa1d9d350bd11b1ce261 8 0.00 vMB 44
223,916 223,916 000000000000016266a1ee3fef48cdbe16c7e8d2cdb02c0f7457ca95f2f5f068 698 0.25 vMB 252
223,915 223,915 000000000000005adf54cacab856fbc7bf9da3d3fb0553c1bc3a3fb2c79798bf 8 0.00 vMB 58
223,914 223,914 0000000000000179b9070f2cdfbbc65c014c81d450502d768d4af21a319606cb 32 0.02 vMB 122
223,913 223,913 000000000000007b73d260a75044b2fa99aaf0ac4743655a3a6d891cdce6e27a 81 0.03 vMB 180
223,912 223,912 00000000000001604a5410313fbb53ff76b815b1d3ca43b3ae6209ed4dd1e513 397 0.16 vMB 220
223,911 223,911 0000000000000381d40f770043885d69bc22583be3b33b38bcf3c428f8910eb1 70 0.05 vMB 42
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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