Loading Tool

Explorer IconExplorer

Memory Pool

32,131 transactions
27.82 vMB
0.06766002 BTC
Random Selection Loading Transactions
Max Size: 136.51/200 MB

Candidate Block

Mining Attempt bdf19a3723d230ec3a2c12129657de5977ab2207828198371512ab9fc7286aa5
Version 20000000
Previous Block 000000000000000000000659496cd566fe748fbf4f92907cf8e5fa08309c3be6
Merkle Root 5710b1f471bc294ad4d7764c730340f3f67c417375d509156894a6c7cfae68c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,480
Size: 1.00 vMB
Total Fees: 0.01452942 BTC
Feerates: 100.53 > 1.46 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,510 (785,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,368 129,368 0000000000000c6913225b3e34434db697d6b3b9f6ec49e6a568d9c49cdbc84b 8 0.00/1.00 vMB 1,704
129,367 129,367 000000000000178dc4b34be01de14a164ffd6345732a5326db322a0a9ce20acb 36 0.01/1.00 vMB 1,541
129,366 129,366 0000000000000d9fa6a0bcbb23382d805251707a8cb7e377ff169b53a29e9085 10 0.00/1.00 vMB 970
129,365 129,365 0000000000001d27091f736054763330261201447e88489874b82812b51ee3ed 64 0.04/1.00 vMB 198
129,364 129,364 0000000000001adc4512c57eb9a672da94311f5011c350a06e9ad3696d0fbd20 11 0.01/1.00 vMB 1,685
129,363 129,363 0000000000001c7fa58bd99186000ecfd4f7228ff927802611a7e6d1d5b75960 12 0.00/1.00 vMB 361
129,362 129,362 0000000000000b9ff06c076464b9b2ef4676b3c8d32acdf37bd85e331b3366a8 89 0.03/1.00 vMB 229
129,361 129,361 000000000000143436cd7d4233cf8245e19f16b39181a9b6148fd23fda3a9ad9 14 0.00/1.00 vMB 305
129,360 129,360 00000000000006761fc5de0657bf5aa8a2d7f298f4fa3b507bd3a5899a31edea 61 0.03/1.00 vMB 1,234
129,359 129,359 000000000000088570fba5e57f4cfe9b1ec577a369448d9a1437ee074d88bffb 99 0.04/1.00 vMB 759
129,358 129,358 000000000000127942e5291ba6b3bc57e48d2d3fff966cf32215f448c385dab2 8 0.00/1.00 vMB 1,120
129,357 129,357 00000000000019e7770b1e7c5ba6f9c9cfc3a50bfaff269681dfce8f1f7bdbc6 110 0.04/1.00 vMB 185
129,356 129,356 00000000000015b57381a68a3f1d883f7a5019c81df60239990ad90706dd1900 1 0.00/1.00 vMB 0
129,355 129,355 000000000000123c3fb4e9a628f8d0cff2cf8029c70848adcba0c09e54a8ece2 51 0.02/1.00 vMB 635
129,354 129,354 00000000000007bf99a6f29d25a7d71ec64bb5b9aca2db206742ec7a1bb40ef0 7 0.00/1.00 vMB 1,644
129,353 129,353 0000000000000b50920fa18c9ee4eb0411e0bb2a16b89ff2620eccf88738543b 19 0.00/1.00 vMB 1,222
129,352 129,352 00000000000018855f671032252d96ee8fcd0e0ce35a72a634fa7fde86ebdfac 12 0.00/1.00 vMB 16
129,351 129,351 0000000000001be5157be1f380157afb16cec5347606f61826e41993fc444aff 56 0.02/1.00 vMB 927
129,350 129,350 00000000000013d15405a4f24e54d83e16ad72810df37a62e7dc68711b06c38a 38 0.02/1.00 vMB 918
129,349 129,349 0000000000001661187bbcc9e41d0c2ad3dd6bfe6116165a78b35bc87e152a2d 21 0.01/1.00 vMB 1,739
129,348 129,348 0000000000000f9a751a985d12a7defb0a9885a617e47acce4e49034c5f9c21b 18 0.01/1.00 vMB 671
Previous 10 blocks ↓
Total Size: 781.52 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: 612.77 GB
    • Received: 11.06 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.