Loading Tool

Explorer IconExplorer

Memory Pool

35,369 transactions
25.95 vMB
0.06936184 BTC
Random Selection Loading Transactions
Max Size: 131.93/200 MB

Candidate Block

Mining Attempt 44b71aee66b77f6a945dedf785de51af9bf47ab0dc0b4581457cc6f1587600a0
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 3c3a3d7e08920cf5922e69710fec4676910807ed45afe4d0878a77d5ffc1ab49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.02169192 BTC
Feerates: 250.88 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (241,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,279 673,279 0000000000000000000bfde9e3b39cc8cdfb3757a7ede75f07adb7e4482f702b 1,868 1.00/1.00 vMB 121
673,278 673,278 00000000000000000009759720df6cd9e2b9befd06ad67b73d838cc5887fce46 1,567 1.00/1.00 vMB 104
673,277 673,277 00000000000000000001035b36b03c3b317f83d561adba6cf017e204e806c595 3,387 1.00/1.00 vMB 132
673,276 673,276 0000000000000000000bb044957a2a0ef59b011372e85c5a93eedd77c8c169ba 2,432 1.00/1.00 vMB 115
673,275 673,275 00000000000000000006aa9dc9116f5e40aef4ca226a783e5298120c6830b458 2,577 1.00/1.00 vMB 54
673,274 673,274 0000000000000000000a17ffe6deadbeaeee2b9bb6d1975fcbd3d91a5db7efcc 2,696 1.00/1.00 vMB 84
673,273 673,273 00000000000000000003c898e1a11935a17656ec4e4bb961f03ad38206164867 1,261 1.00/1.00 vMB 51
673,272 673,272 0000000000000000000570ab850b60039529c76ccab694c83e6b2db39bc37d79 1,362 1.00/1.00 vMB 17
673,271 673,271 00000000000000000006d657481ebea7171fca4d9a6d52f84441c14cbec3eaae 2,189 1.00/1.00 vMB 79
673,270 673,270 00000000000000000005073473e1a77fd84c9d0ea8c80009f4d8398a48d3e1cd 1,936 1.00/1.00 vMB 66
673,269 673,269 00000000000000000008dd943127e8359cf80a5c0f44ff9e21d13c7b0d22ca97 2,158 1.00/1.00 vMB 53
673,268 673,268 000000000000000000045101663f3aaf85589b45235a10c3df307bfd6f56f910 1,693 1.00/1.00 vMB 43
673,267 673,267 0000000000000000000864958408bb74d748d081bdc5f28748f798ce6eba9c7c 2,081 1.00/1.00 vMB 28
673,266 673,266 000000000000000000093436887621d1bbae5433ae89fdc3a9c568006b41ed01 1,656 1.00/1.00 vMB 33
673,265 673,265 0000000000000000000cc860110a772a3da7e331842dc619306dac88c193f3c0 1,995 1.00/1.00 vMB 68
673,264 673,264 0000000000000000000080d249359c11c97c7d10eba9a92f0c4cd3c11a594598 1,486 1.00/1.00 vMB 25
673,263 673,263 00000000000000000001c8782acfa2467ae090f196019e91ebc62f2bd97ffd83 1,713 1.00/1.00 vMB 24
673,262 673,262 000000000000000000082f19f1ca9094497fa0b905d459caccb1bf69c3752916 2,038 1.00/1.00 vMB 68
673,261 673,261 00000000000000000007ad4807789940d5154d3148488702f325f93bf802fb2f 558 1.00/1.00 vMB 99
673,260 673,260 0000000000000000000bbc4d7c8912cf5f9137e22ac0a8d3180b6f173e55a1e7 1,261 1.00/1.00 vMB 21
673,259 673,259 00000000000000000001ee422480bc7f01fb9dd2f598f36533da31685f227912 2,319 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.