Loading Tool

Explorer IconExplorer

Memory Pool

82,628 transactions
31.30 vMB
0.10429091 BTC
Random Selection Loading Transactions
Max Size: 190.32/200 MB

Candidate Block

Mining Attempt afd375191c19af02d5c72cbbc367475909654c8ef6062e4a53e7654e0fe4da3a
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 474c55799f397c0a7588d78b48cbedf6ed551832a77667fd50a2c30180b82007
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,962
Size: 1.00 vMB
Total Fees: 0.02800908 BTC
Feerates: 151.12 > 2.81 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (140,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
775,363 775,363 00000000000000000004179b1d30b3cf957dce3875413fa110dab2c92bba7d27 1,552 1.00/1.00 vMB 7
775,362 775,362 0000000000000000000009999cab7b0e85f8639912c6ed589b0b48111af1c967 2,154 1.00/1.00 vMB 11
775,361 775,361 0000000000000000000360b728c6c71fd2c1c6eae646b8ce256bc588270175d6 3,544 1.00/1.00 vMB 23
775,360 775,360 000000000000000000029fed5bca9a434b49007f93686f21f18e8cb047625d5d 1,454 1.00/1.00 vMB 6
775,359 775,359 000000000000000000015780661737b40721270de536b3d0a44f67275d9518f6 1,455 1.00/1.00 vMB 10
775,358 775,358 00000000000000000001d7f93c0b64ca4a95e3eaa6bada6788a19e4d896895f6 1,982 1.00/1.00 vMB 10
775,357 775,357 000000000000000000055f30862c0114d1d6e8311d6bca82b2ebb48945a1ddb0 2,395 1.00/1.00 vMB 16
775,356 775,356 0000000000000000000450aa291c7bf886622f278f43e39984b4361ce3ce4f05 2,062 1.00/1.00 vMB 24
775,355 775,355 0000000000000000000369ae2244f8178d555d9c33a722b165f2538f3b0c5b3a 2,564 1.00/1.00 vMB 27
775,354 775,354 0000000000000000000516eba5f3f5d325155acd9a55fc90d2545b21f57653a8 1,139 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.65 GB
    • Received: 18.24 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.