Loading Tool

Explorer IconExplorer

Memory Pool

42,985 transactions
30.56 vMB
0.17274352 BTC
Random Selection Loading Transactions
Max Size: 154.57/200 MB

Candidate Block

Mining Attempt c5bae9a15dbb08bf21a193f32d93b8222956efdf7882797102c0e427555c1900
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 8afdd6ec657d7bfead6fe153361142c7d12f1425293e3c07efd415751af57483
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,670
Size: 1.00 vMB
Total Fees: 0.09573832 BTC
Feerates: 301.60 > 9.59 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (785,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,377 129,377 00000000000006e165a1bf0bcf96457e890a7f1b3c06c32103f216a27c53e3a9 37 0.03/1.00 vMB 816
129,376 129,376 0000000000001c10acdc7d642937f24da8aa39aa2533250828e0cbc8fcb9a02f 105 0.03/1.00 vMB 1
129,375 129,375 00000000000017e21334a3519e40eb262a921c07044e3fa9e07347fdf5f7d735 16 0.01/1.00 vMB 610
129,374 129,374 00000000000008d3db578022c15d63629249c51cd380fed6e666b8111d8a3890 88 0.03/1.00 vMB 2,151
129,373 129,373 0000000000001272734775a7db8e032f5ca960c16f3be79d3eaba3f81d0612a6 67 0.04/1.00 vMB 1,253
129,372 129,372 0000000000001d802ee6518d64d92cab7e9308bef51d2edca6c763945db6573e 89 0.03/1.00 vMB 831
129,371 129,371 000000000000145e0f17176d5347e48dea59b987fe5a885420e1120fbd342ea5 2 0.00/1.00 vMB 3,875
129,370 129,370 000000000000192d656464ed1d6a3d22a15116096a02b578ae194d5eaab829f3 102 0.05/1.00 vMB 455
129,369 129,369 000000000000150f76122bcc8cd9ff57d797d08f6f58760c5eaca0895d882729 17 0.01/1.00 vMB 381
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
Previous 10 blocks ↓
Total Size: 781.54 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: 619.06 GB
    • Received: 11.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.