Loading Tool

Explorer IconExplorer

Memory Pool

80,863 transactions
29.50 vMB
0.10208764 BTC
Random Selection Loading Transactions
Max Size: 179.65/200 MB

Candidate Block

Mining Attempt 8cdfca68282a320c0eb09d4a8122ee0f5dd5c9d84891f328772e6c6271707714
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 847d6f4c6077a37cef0f2a5356eedf7c3d4cc3a4cda12845fcb50ada2a2d706f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.03992688 BTC
Feerates: 146.36 > 4.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (428,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,633 486,633 000000000000000000fc1d4567bb399d4f70e1b2bc5fcbbfff542e0e75e1b21a 2,254 0.95/1.00 vMB 38
486,632 486,632 00000000000000000005356d1a2aa2870b863d35e1266d050a476e750cf8fac4 2,188 1.00/1.00 vMB 75
486,631 486,631 000000000000000000caafd65365566d7ae10420a8a81d17e60a9872c1d061ca 1,884 0.98/1.00 vMB 90
486,630 486,630 000000000000000000da2e0824e435c64a7d244fe3ee205bf881486b69ec3634 2,088 1.00/1.00 vMB 171
486,629 486,629 000000000000000000d7adb7013a6e0a3cec2c64128547d4685a24e745f8f995 681 0.29/1.00 vMB 95
486,628 486,628 0000000000000000008619f94a40aea8c00d66afb53f35565c92bebf3ebece0b 416 0.16/1.00 vMB 100
486,627 486,627 000000000000000000c77773e9d10d50801e4dd887fb708f3a3ba6f73a49ce6a 2,343 0.97/1.00 vMB 21
486,626 486,626 000000000000000000d4e6d021c1041d48d59e229b94106ed9dafaed7a347c74 1,947 1.00/1.00 vMB 102
486,625 486,625 00000000000000000086d756bffceb186a4ac4604960a97fccc8e72b42c6e240 2,244 1.00/1.00 vMB 61
486,624 486,624 000000000000000000f839d9d3d6a7a2e847ecdbcd4a9f9bd75bafbba2962196 2,409 1.00/1.00 vMB 149
486,623 486,623 0000000000000000002561de0de712f71605de13d013f44a5afe4f7a65ca344b 42 0.01/1.00 vMB 932
486,622 486,622 00000000000000000059f18f776ec2cdaf1693fe8e01441b4be422a7feb37325 1,692 0.98/1.00 vMB 105
486,621 486,621 000000000000000000349e32913262e34630f41982010fdd2f37c36288a4df1e 1,241 0.54/1.00 vMB 99
486,620 486,620 000000000000000000f20ce54bde3cbe7a9282af37886795f091593ebf98236d 1,494 0.74/1.00 vMB 8
486,619 486,619 00000000000000000027e21e01d87d4711425f50f10b142d7333cacec1688e43 2,387 0.98/1.00 vMB 97
486,618 486,618 000000000000000000da2cb66a57c0680b8464b7921d8a1b2b49f02e74982e36 2,415 1.00/1.00 vMB 71
486,617 486,617 0000000000000000005e0ae1985ff03763ad63c84c826e3aa133a28fc43b193e 1,814 0.97/1.00 vMB 62
486,616 486,616 000000000000000000b215232abbdb12d2b24ac8aaa88662b80d07da3e1c74fc 1,815 1.00/1.00 vMB 71
486,615 486,615 00000000000000000041c671bca7c21a0b32cf38cacba4c998f161b82f02246e 2,064 1.00/1.00 vMB 61
486,614 486,614 000000000000000000f9c01a5becec1ea6cbe61a7043842e793efd06e24d9724 2,056 1.00/1.00 vMB 175
486,613 486,613 0000000000000000000068e91bf3ca22971e2d1f1472cf582f36a02ad516a5ce 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.