Loading Tool

Explorer IconExplorer

Memory Pool

47,549 transactions
28.12 vMB
0.06379425 BTC
Random Selection Loading Transactions
Max Size: 149.80/200 MB

Candidate Block

Mining Attempt e29977ae3162667adecf9f886f196813ee083f9b031f2299ab18c5918bdbf116
Version 20000000
Previous Block 000000000000000000020fcdb94170ec39d89e960a570b32da2137683a5b4110
Merkle Root 20f01c7c29d2c539f6e65306e301d2ce44526c05478fba3d7ee3b100450becf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,657
Size: 1.00 vMB
Total Fees: 0.01039666 BTC
Feerates: 40.21 > 1.04 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,791 (423,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,607 491,607 000000000000000000b56d2708b0c96e9ed6dce9301705f515f03a83276bd16b 2,113 1.00/1.00 vMB 114
491,606 491,606 000000000000000000d21a47139b7fe5e36d777b610e531ee5b0dcdc1d508205 1,866 1.00/1.00 vMB 139
491,605 491,605 000000000000000000b98eeefbf527a5e005c2163a9795e62a3cc848c40b338d 1,908 0.72/1.00 vMB 168
491,604 491,604 00000000000000000074560c74d0d09615dbe45b3a0319aedacb38834f4d34f1 2,241 1.00/1.00 vMB 89
491,603 491,603 00000000000000000029c6242e662340da09632d1e04e763c1999422d86f9656 2,170 1.00/1.00 vMB 148
491,602 491,602 000000000000000000e996b466ac51d0a134c67f5559fd06efd793358980c14c 2,187 1.00/1.00 vMB 119
491,601 491,601 0000000000000000005b112a726719fbd7adfabb119368b1ea28dcfe5395f6c2 1,947 1.00/1.00 vMB 147
491,600 491,600 000000000000000000690015e9503943d9a3cafec7ee5a86179e0a3d5e11d3e6 1,975 1.00/1.00 vMB 153
491,599 491,599 000000000000000000a2cae6f65d1b8097c27bcbe9c539693b7267a9b8ecaddd 1,746 1.00/1.00 vMB 60
491,598 491,598 00000000000000000069758cc483ee957459bb5910b76d5b95c7c297f33ecdd2 1,863 0.95/1.00 vMB 60
491,597 491,597 0000000000000000000963278fe93f46224782ccc6e4d11289d5151824fd6254 1,486 1.00/1.00 vMB 115
491,596 491,596 000000000000000000ab1b5a2e38c7ebc9926ef0a310b7f8c80331f3cc2f21b6 2,244 1.00/1.00 vMB 146
491,595 491,595 000000000000000000b167ba93894abddf278cc07d715dab9ca8b1cac75a9c94 1,982 0.96/1.00 vMB 91
491,594 491,594 000000000000000000ddc9282e7d3523265540883fced41b4ad24e683bb4b39c 1,001 1.00/1.00 vMB 14
491,593 491,593 000000000000000000424a8640da6cb405987a0c109afb29cb565f4d21fe67f8 2,071 1.00/1.00 vMB 99
491,592 491,592 000000000000000000c9bbaf5b473410f2b24a29cfe735c1fba07561271f215c 2,019 1.00/1.00 vMB 41
491,591 491,591 000000000000000000e96e2e436f8812c29a18419d16e23852602a85f208e796 2,147 0.96/1.00 vMB 122
491,590 491,590 00000000000000000065d29a0dbf1f6d0832b815983df4fb50a56864653040cb 2,400 1.00/1.00 vMB 139
491,589 491,589 0000000000000000006ea800c249c6b19651ed266f5784ed0834bf48581742e1 2,426 1.00/1.00 vMB 177
491,588 491,588 000000000000000000c4e14ae2d47cb06ccafd36d49199c7d69381f979fed402 1,833 0.95/1.00 vMB 51
491,587 491,587 000000000000000000c1306cd9c553013b0b3a533c2a65204a084af47c51ea40 2,360 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.01 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: 649.67 GB
    • Received: 13.20 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.