Loading Tool

Explorer IconExplorer

Memory Pool

38,022 transactions
27.05 vMB
0.06511468 BTC
Random Selection Loading Transactions
Max Size: 137.71/200 MB

Candidate Block

Mining Attempt a86bddaaf523e72e4b268002d662855aa5b00dfd77da0e40f5150d4e8988ac65
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 183b29af0b2c9416d540f8e191aff7a16a7515758e049c4702141dfacaabf2a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,712
Size: 1.00 vMB
Total Fees: 0.01417352 BTC
Feerates: 100.28 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (807,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,273 107,273 000000000002331b7eff8e55a0442fa37545ce541a3b28ec84e10b8f8902b4c1 13 0.00/1.00 vMB 0
107,272 107,272 000000000000317ee23a34d1063f10f64f7b432b3f9a48d25ed15b20d5548ef6 7 0.00/1.00 vMB 0
107,271 107,271 0000000000014d49daa8d8a0cfbd2cc09ba2a556e783401fbbc6bbfa47b10d45 12 0.00/1.00 vMB 0
107,270 107,270 000000000000f93b19e09549ab8409dfb9b500328d53dac5c8dc7c4b257b3cac 7 0.00/1.00 vMB 0
107,269 107,269 000000000000517c773931c79cdac299fddcadbd6e22557989fe24f45cffa948 12 0.00/1.00 vMB 0
107,268 107,268 00000000000210f4feea1859d26d2b5b08a885840dd7295dba0ced06fa468465 3 0.00/1.00 vMB 1,033
107,267 107,267 000000000000bd8d4f24d440d38df85f31515890666562d4e7fecbd6a2362e34 5 0.00/1.00 vMB 0
107,266 107,266 0000000000006fb02027ab277247d2f345d4b752a239855660873f513999c2f9 4 0.00/1.00 vMB 0
107,265 107,265 00000000000197685fba620d631094b72ed2e69615b24ea94dafa30625af6714 8 0.00/1.00 vMB 0
107,264 107,264 0000000000025aecad8badace0aee5d9adb3dd618cd75bf248321c787dfabb4f 12 0.00/1.00 vMB 0
107,263 107,263 0000000000015a5da66858c9d7925c2cdf6a0a590972d26456456b2a64995884 34 0.01/1.00 vMB 0
107,262 107,262 00000000000191cdabb5afb90af51e1c7436d94b1406a11c37ac202e31aba618 2 0.00/1.00 vMB 0
107,261 107,261 0000000000001b2f5b59f4bb6fd7543d593a3a02d0463cef566bc4a2c665e6d3 15 0.00/1.00 vMB 0
107,260 107,260 000000000000c679d5aa6e55d9fe4683dd1eba512ea6acbd08eb1f1f69e835f7 11 0.00/1.00 vMB 0
107,259 107,259 000000000001d57a36e7fce084e54701ff1869d2973a58ac44dff74525fbabf4 13 0.00/1.00 vMB 379
107,258 107,258 000000000000ec336d6b884f1e63c13c3a4531faafd59fd3ff64bf7bb10e9080 1 0.00/1.00 vMB 0
107,257 107,257 0000000000017930bc5180867f7f753c4cfb122afa0f5f298ea130c7d4d41bf8 5 0.00/1.00 vMB 0
107,256 107,256 000000000001e9c159440e7209817f64e918934452df6d6aa10868bd54b24569 5 0.00/1.00 vMB 0
107,255 107,255 000000000000302aa4835d2cb58e7839bfa14869d463a4935085505d35c8c323 18 0.00/1.00 vMB 0
107,254 107,254 0000000000021307473f6cff5a055a002af0786d1ffb0cd5892f298da2819e36 23 0.01/1.00 vMB 0
107,253 107,253 00000000000216df6a3f6f232aec7b229de2ab389564da98e926869b6f3a2613 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.