Loading Tool

Explorer IconExplorer

Memory Pool

87,877 transactions
22.95 vMB
0.05796169 BTC
Random Selection Loading Transactions
Max Size: 156.50/200 MB

Candidate Block

Mining Attempt 698f3b89ad2ca626e8c5f30146f3eb0496527907eea50bb578281d6d330d78aa
Version 20000000
Previous Block 00000000000000000000159b59365b98e53db924502b62d2e3e886f3856f3376
Merkle Root 5fc31fd53bb66e288e09256bee6a35a98c1a18a3c78e7bd95522139cae3b862d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,627
Size: 1.00 vMB
Total Fees: 0.00675497 BTC
Feerates: 40.21 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,868 (894,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,358 21,358 000000007c21e217c0d5aaeb4c9e7845a514e62c7165357a424430e70891c23b 1 0.00/1.00 vMB 0
21,357 21,357 0000000090b72c7972ab2514a9b8fce699681666dcc3dd422d9387f25a878f84 1 0.00/1.00 vMB 0
21,356 21,356 00000000c4ae19c622ba1b859f80c39a6046a8967549eafe7b098f8f45098a2c 1 0.00/1.00 vMB 0
21,355 21,355 00000000bcbd80c79291936f11dfe983bfe40498d8a7f949865ff17b11eeca9a 1 0.00/1.00 vMB 0
21,354 21,354 000000000e35bc93d1a0ca6dbb29b3a134450288fa81a44a927e946b8507b1a3 1 0.00/1.00 vMB 0
21,353 21,353 00000000bdedc45df1ad50e1d6e058f928cc01215643b943c3ff25aea9c16af9 1 0.00/1.00 vMB 0
21,352 21,352 0000000058872ec0e37d19ac6a3e68e6ab69fa81e6dc5f5f860861d904d5faf1 1 0.00/1.00 vMB 0
21,351 21,351 0000000072e540f1086514f3e28f682ebdf0cce9720d8eebecf0b5c0700400a6 1 0.00/1.00 vMB 0
21,350 21,350 00000000ac7846f3957fc5f77ce8ee0728190cdc6a192a59cd58bbf467383476 1 0.00/1.00 vMB 0
21,349 21,349 000000002a8de6a80208165976727ad3066f19cc701cccdb1e555a4c4816ed8f 1 0.00/1.00 vMB 0
21,348 21,348 000000002728faa7a41c17cb8c6364a059959292ab8bb8353382e770322f0e80 1 0.00/1.00 vMB 0
21,347 21,347 00000000436617dc52052d5d5fbd8bf33f7693d1b66f56995889bc25755e813c 1 0.00/1.00 vMB 0
21,346 21,346 00000000ea275cb6952624535ce4080abe822e9e952355c0a6d7e7ba228cfd9a 1 0.00/1.00 vMB 0
21,345 21,345 00000000817d6b8865386209d553767c74b1df8cec22750acaf87d25d2834c2d 1 0.00/1.00 vMB 0
21,344 21,344 0000000051effd28b0f2c4ec54f1eacba4e72a65affced37ba7ef5da61d36a4d 1 0.00/1.00 vMB 0
21,343 21,343 00000000e743baee19f4623a5326094087cb7842e91f9c010856b74030538b81 1 0.00/1.00 vMB 0
21,342 21,342 000000006a8c80a646c71caa023dc191c0fb31888c36b38654915758ff207d56 1 0.00/1.00 vMB 0
21,341 21,341 00000000df51bb7cc93209dbf34d04cc6fe3d33efab7d07f74ff46823b94d9d1 1 0.00/1.00 vMB 0
21,340 21,340 0000000069b4f643a24c41045ccefb29f40a73c45c94830c00b3994fe368bef3 1 0.00/1.00 vMB 0
21,339 21,339 00000000afb05cd3dd91f99b3b2949377fdb6d72f0206ec1e93c25a040559f4b 1 0.00/1.00 vMB 0
21,338 21,338 000000006cb03fea6246c078af78c36dc87597ceea1e55dba548e3985322491d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.88 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: 795.02 GB
    • Received: 22.08 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.