Loading Tool

Explorer IconExplorer

Memory Pool

86,726 transactions
32.22 vMB
0.11154036 BTC
Random Selection Loading Transactions
Max Size: 195.85/200 MB

Candidate Block

Mining Attempt 8dbaa4782f49c5efad3129dafefa9e4fc98c23e8bdc6b8ee26915c85c5797720
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 2da747177f22febf3c0f00ce854f2bd5a7661614e9f4575eaeb868a94c72ae2e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,684
Size: 1.00 vMB
Total Fees: 0.02583357 BTC
Feerates: 301.68 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (139,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,384 775,384 000000000000000000026146fdb496e0269e588b1edd6f96f63b3856216161dc 847 1.00/1.00 vMB 13
775,383 775,383 000000000000000000050c47d39f48d95707be6d30a431bb84c38578f8244e11 1,251 1.00/1.00 vMB 9
775,382 775,382 00000000000000000003d16d423896cd2fea6e4e66fda2f6497877f706bd3c2b 1,130 1.00/1.00 vMB 13
775,381 775,381 0000000000000000000103da8a7676e59d664861b6060e4ded961cd6fc0bf87c 1,603 1.00/1.00 vMB 9
775,380 775,380 00000000000000000001d6ae8c3fb9853c61a24c020c88562ea6e40a9e50040b 1,659 1.00/1.00 vMB 10
775,379 775,379 00000000000000000002d31194b6ffa7d1fd09e827ff8b197d4e66798b2fee1e 1,344 1.00/1.00 vMB 15
775,378 775,378 0000000000000000000417dd9005806c466531c2733a3bc2d3f6e6feec18316a 2,111 1.00/1.00 vMB 14
775,377 775,377 0000000000000000000350d1027bbb135d9720c2e786f3acd2f28a55b988925d 1,498 1.00/1.00 vMB 17
775,376 775,376 000000000000000000011ed953eb35114d7f25fa5b6b3053771718603cb2ac1c 809 1.00/1.00 vMB 15
775,375 775,375 0000000000000000000264d68d8a19c7aa4b56a3d496b09e3783238163df9590 1,265 1.00/1.00 vMB 17
775,374 775,374 00000000000000000001674de2543ee8dc0147df0b7012b1a26e71795ccf77cc 1,740 1.00/1.00 vMB 27
775,373 775,373 000000000000000000035ae8a242c65132a15f18a3f2b2c27cb071ce1cc93709 446 1.00/1.00 vMB 14
775,372 775,372 00000000000000000002bc4b5bcacc613ebbb6cda27a14481865298765b6fcc2 1,276 1.00/1.00 vMB 21
775,371 775,371 00000000000000000002f1d0f205a678a15aabba2639e922beea5607b2931fff 1,242 1.00/1.00 vMB 21
775,370 775,370 00000000000000000003135ff4f309f1af30545f2333352163861e2291034b6a 1,376 1.00/1.00 vMB 17
775,369 775,369 00000000000000000005e742509537b60575f82d12d965d1f0ea48528e9b6caa 2,985 1.00/1.00 vMB 24
775,368 775,368 00000000000000000005ebc5e0bf314d91714f2728d82604817ab9f765fe483d 1,502 1.00/1.00 vMB 21
775,367 775,367 00000000000000000003ec06cffb87e5ccf182e1845c4f33c79bd2fc73db83dd 2,527 1.00/1.00 vMB 20
775,366 775,366 00000000000000000003c00dea4e2f8f6ad81fa9b1e1b219d81deb3551ed88a8 1,219 1.00/1.00 vMB 15
775,365 775,365 00000000000000000006bbedfaaa8246ecf3d6579134b0309eb34665eb913b96 3,393 1.00/1.00 vMB 20
775,364 775,364 0000000000000000000120663e9944b1aa960e293960a9b995077aaf21147004 2,694 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.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.