Loading Tool

Explorer IconExplorer

Memory Pool

37,441 transactions
27.87 vMB
0.05994264 BTC
Random Selection Loading Transactions
Max Size: 141.08/200 MB

Candidate Block

Mining Attempt dbe52764a14c139ef835f14d8babb3a2f45e58d9586a59b4a03f4c1a2b7ae8e5
Version 20000000
Previous Block 000000000000000000020abe907a711cd23f00089985aa7a1746960afc1ae162
Merkle Root 68c42ee9a41d8b387456879ebd8997a198ed692af3b1591753b7f004ab4288c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,387
Size: 1.00 vMB
Total Fees: 0.00682360 BTC
Feerates: 201.37 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,602 (571,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
343,208 343,208 00000000000000000012aea58d8be82c2eba067ded405729c532713d46c0c448 1,567 1.00/1.00 vMB 23
343,207 343,207 0000000000000000049e2f68ca4e324873ff2375670a4eb4d7c5703cc8c697c1 1,426 0.75/1.00 vMB 27
343,206 343,206 00000000000000000cd858187f4e34f4ead67cb952beccb9b24fb46724174a88 169 0.10/1.00 vMB 28
343,205 343,205 000000000000000015728217f2576eeb8edf33abf1c95df0783374b26392ce7f 771 0.75/1.00 vMB 17
343,204 343,204 0000000000000000036e5c152b501a458af7e074f985349284eb2fd41be7bbb9 146 0.08/1.00 vMB 32
343,203 343,203 000000000000000006c788677caab2ed9db059a02ae8a68a0be2980efb8576f4 1,684 0.75/1.00 vMB 27
343,202 343,202 00000000000000000143f583126cc596f1ce3c1e4ffe269929060fb183a52e54 1,024 0.30/1.00 vMB 43
343,201 343,201 00000000000000000fdee77af7cfb73f2cfbdbf5237a9c0d4f85c3274b5477ea 1,541 0.48/1.00 vMB 49
343,200 343,200 00000000000000000f6bccca401ee586b854a899d1b070a123c4565dff190ca4 1,941 0.75/1.00 vMB 33
343,199 343,199 00000000000000000a6f4bc0f63550c82c2680443b0355177c5238a8c48eea0a 213 0.12/1.00 vMB 25
343,198 343,198 00000000000000000dbb41a71eadb4c0fe78d6e1bee53ad73cdb90e13c5b8b67 1,068 0.72/1.00 vMB 20
343,197 343,197 0000000000000000016d561159c7c447b89805cea12dcb51ff68df556fdd3f01 1,647 1.00/1.00 vMB 26
343,196 343,196 00000000000000000d3651174145fcada029db4a2b389caa5a36c9f53d42fd9f 1,666 0.75/1.00 vMB 29
343,195 343,195 000000000000000000ade45fedba61b640c989ccefca140ae4f9818a14dc0e5d 256 0.11/1.00 vMB 33
343,194 343,194 00000000000000000025eff68b2146a6899c9362a484c281bfbcf1db35c1ddb5 1 0.00/1.00 vMB 0
343,193 343,193 0000000000000000014ccd3107010c8b21696a9fb27e2cdbbc39353269e1f08a 80 0.10/1.00 vMB 9
343,192 343,192 0000000000000000010ff558c06d9700018c8f0849967b158017783a20d6fb30 343 0.24/1.00 vMB 22
343,191 343,191 000000000000000012c926d7e5db6a47485a6dbeedb691b422e711d1cfee5407 542 0.55/1.00 vMB 11
343,190 343,190 000000000000000015ae35236c1db9b9806d4eb46a7290b870ee1f0fceb24193 1,251 0.75/1.00 vMB 22
343,189 343,189 00000000000000000ad4ded98fc1d2d51b6493fa01b98c32bb3e19a3d59254f2 398 0.16/1.00 vMB 32
343,188 343,188 000000000000000009aed024f54a5c76aa9aa82a26a104fb8668110ae55b3996 2,164 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.69 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: 628.73 GB
    • Received: 11.82 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.