Loading Tool

Explorer IconExplorer

Memory Pool

24,950 transactions
10.43 vMB
0.02327229 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.07/200 MB

Candidate Block

Mining Attempt 88c12e9954fd7a085858337f780f7e7bdb5aa05715d1cddf2cdb53532af8dd76
Version 20000000
Previous Block 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06
Merkle Root 47d866cb54cdf67a40141ed4fff3d6c476bcdfe2b28d00a19087e6603089e3f1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,126
Size: 1.00 vMB
Total Fees: 0.00619277 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,558 (704,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,922 208,922 0000000000000400702d773d99b8bda171df0cba025a162f3b00630287c7c26e 67 0.03 vMB 207
208,921 208,921 000000000000006c924bd33043e1d2e27ea59c3c3c535ae96f8ab1cd38b9e6a4 157 0.06 vMB 194
208,920 208,920 00000000000003e2625b1c5126970d135e40be6bb992596d093572d2a0164c9c 95 0.04 vMB 174
208,919 208,919 00000000000001a92cd77f348debc0e06fb407b4775ba8056102fdbbe5dc4aa0 97 0.03 vMB 76
208,918 208,918 00000000000002810473623945877fce17756835af1babcf18f72ae0f68f954d 306 0.16 vMB 144
208,917 208,917 000000000000012f2d6c61725ed197a28d32eb41c1d4003bee8ab2d875badd96 12 0.00 vMB 192
208,916 208,916 00000000000003cf59de2f1d30a6557efa7b1fe754112c32c19f88576da548a5 5 0.00 vMB 254
208,915 208,915 00000000000004406e06d9e59f8c1415915dbb93d05a6325467c90ad771f0844 192 0.07 vMB 145
208,914 208,914 0000000000000325640da02a4f29669f85f37fd8770515a1fa0fada958d3e7cd 93 0.04 vMB 82
208,913 208,913 00000000000001b33c6b6c793decc17b934bab1d0a0442252f0a7da2baca4c49 469 0.17 vMB 198
208,912 208,912 00000000000002972801d8d817b4856fda4e3a6e887102f1f535595fae830cba 78 0.03 vMB 106
208,911 208,911 00000000000002fbc9c125059f8995cbd2eacf7b9f1622d56fe62bf4009af09f 82 0.04 vMB 49
208,910 208,910 00000000000000c346ed78724bd416245bf0591da9c9413c7d880c4198ba0c4f 418 0.20 vMB 172
208,909 208,909 00000000000002955a3bd9d43c5647bc990d55e365979690c128ea053011e2a3 6 0.00 vMB 5
208,908 208,908 000000000000033145039bf4b23255dd060a2cc92a41b68d0a4eb2a9a2b06fa5 79 0.02 vMB 84
208,907 208,907 0000000000000192ff2be40a88d1eac81c8b80db0bac7620d0aa4ba6c2fc513e 94 0.05 vMB 186
208,906 208,906 0000000000000394a3c1741d9ce5ad0e9c2d987ed6da257db822c578fecf2f2a 248 0.17 vMB 124
208,905 208,905 00000000000000a950adefec47bb14cafbb5cc8e0a766e5e0430ef9d6541ea98 14 0.01 vMB 114
208,904 208,904 00000000000002d3325ba989c0c97571c7726b5fca8827a9cc06a0ccd322f454 554 0.20 vMB 233
208,903 208,903 000000000000036705bcd5df1e6904b737583f3ea34acad5c3d51b2c60ed7f3a 59 0.03 vMB 51
208,902 208,902 00000000000001b2bd4b9aca1e5fbc9ae54b87fdc50cab22fa567cdc96e238a6 571 0.35 vMB 108
Previous 10 blocks ↓
Total Size: 779.83 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: 423.41 GB
    • Received: 2.29 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.