Loading Tool

Explorer IconExplorer

Memory Pool

74,878 transactions
27.60 vMB
0.07301379 BTC
Random Selection Loading Transactions
Max Size: 168.47/200 MB

Candidate Block

Mining Attempt 384f4d13852f7876e7791b986cb59da17e57f43759b8cbd31ce7f5ac299b9c1f
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 94369c3ab4f7923471d4d0a2d538d28817afdff66fc1d5e1000bf299d8f9919d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,494
Size: 1.00 vMB
Total Fees: 0.01416612 BTC
Feerates: 80.55 > 1.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (11,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
903,358 903,358 000000000000000000021369a32c5a102a333d5869cb740e434105da479fa0d7 2,446 1.00/1.00 vMB 4
903,357 903,357 00000000000000000000fd20fc6da40342d3357b5a8cf2944d6d01c9e085dc2f 2,088 1.00/1.00 vMB 3
903,356 903,356 0000000000000000000259ab52f5eaaab7e8cf48c8a24a0fd2e37a361630c7fe 1,536 1.00/1.00 vMB 1
903,355 903,355 0000000000000000000249e363398415c656ebaa231ebe51cc10f2a86e7bf263 3,863 1.00/1.00 vMB 3
903,354 903,354 00000000000000000000a9a081c59a4179d0afa865fbf734403fb70439eee2d5 4,133 1.00/1.00 vMB 2
903,353 903,353 00000000000000000001b8e387526f7a19aaf3d72f12f3c20b8866edafec51a3 3,567 1.00/1.00 vMB 3
903,352 903,352 000000000000000000023c52f25956963f1be7dad948844a3b09251b58d154be 3,138 1.00/1.00 vMB 3
903,351 903,351 0000000000000000000076f1b8d85aca61f3902af8b0cec5404ac6572f8cd15a 4,076 1.00/1.00 vMB 2
903,350 903,350 00000000000000000001531b7e42afc28b54a63af3a65fe4f80ca86d0c706213 2,846 1.00/1.00 vMB 1
903,349 903,349 000000000000000000016768c58121c933f82ffb3f4a69ca098dadd7ec6a5b3d 4,823 1.00/1.00 vMB 1
903,348 903,348 00000000000000000001496f1e9b7356ec4ed4fde9e4c3412e18d50c04ba8be3 3,841 1.00/1.00 vMB 2
903,347 903,347 00000000000000000001e54328d2b61b8f871622da807efe9c595c89b72044df 1,242 0.31/1.00 vMB 2
903,346 903,346 000000000000000000008aa411d39d96b1502d2e085e0551ae1f96bc5742c244 250 0.99/1.00 vMB 0
903,345 903,345 00000000000000000001cb052daf3afb9dfe35465113b225f749fc358ebce15e 3,240 0.86/1.00 vMB 2
903,344 903,344 000000000000000000013842525dad89550f022ab1e9068118702f3d84d7a721 196 0.05/1.00 vMB 2
903,343 903,343 00000000000000000000012b2bf0827dc3dabb0d146d0227c444f7dc7fd724f6 1,122 0.39/1.00 vMB 1
903,342 903,342 00000000000000000000cbf3a23a03fb3f68d1ae0b89dadb5d499b2528ee3e61 1,571 0.64/1.00 vMB 2
903,341 903,341 00000000000000000000b9f56f4c5701d6550dbc6c94f2f1314b39c176f20485 1,668 0.67/1.00 vMB 2
903,340 903,340 00000000000000000000e9a10c358dc441049a6e073cbfe4a3a94cdbde3f2d39 364 0.16/1.00 vMB 2
903,339 903,339 000000000000000000023d18bb0b20f48c9915d2a81459056329d4a38ef48b3d 447 0.20/1.00 vMB 2
903,338 903,338 0000000000000000000101dbdc8ce9460bfd33b6974318eb02c3ffed01629769 553 0.34/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.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: 712.00 GB
    • Received: 17.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.