Loading Tool

Explorer IconExplorer

Memory Pool

40,192 transactions
25.99 vMB
0.06001994 BTC
Random Selection Loading Transactions
Max Size: 134.93/200 MB

Candidate Block

Mining Attempt 0c6756e50f22fce4f310b5fcc7f25eddbcd8c1483aba6e6ec20076d682e0e9f3
Version 20000000
Previous Block 000000000000000000011a6914704f140ce3a45c25f2b5b11fc35dbb8b96386c
Merkle Root 9456a0221e184cb5b02d782f0131cc39541455e2c38f91f05471317f5c69fed8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,938
Size: 1.00 vMB
Total Fees: 0.01265284 BTC
Feerates: 100.43 > 1.27 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,892 (340,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,373 574,373 00000000000000000024fef60ce3d251aefe843fdb9ca01e0afd50bf309a8891 2,948 1.00/1.00 vMB 11
574,372 574,372 0000000000000000000f240e06a80b22758fdcfab3393c89dc0ffd27e1f23737 3,069 1.00/1.00 vMB 6
574,371 574,371 000000000000000000210ec4a39d7cdabca99ad0552c5c0390672ac9a1ad5720 2,945 1.00/1.00 vMB 55
574,370 574,370 0000000000000000001f3be76f04940fe96cd8c49a283b56ca659a301da279d6 2,705 1.00/1.00 vMB 36
574,369 574,369 000000000000000000035d414eb0bef196ac32f8142c08ed0282856e2bdc30a1 2,151 1.00/1.00 vMB 56
574,368 574,368 00000000000000000010979521d77d406259c1ec6b66fda83f0661185087a408 1,751 1.00/1.00 vMB 60
574,367 574,367 0000000000000000001ddaf9d655ad5cc5287ddbb11ae07b754b7306751669dd 2,428 1.00/1.00 vMB 26
574,366 574,366 0000000000000000002414c7c7207ce4545cb571b75e380adf94d1d47fcf470c 1,698 1.00/1.00 vMB 56
574,365 574,365 0000000000000000001e0d4faab2e01f7ce93d227ecd4d80cde0ca5ca03a6fa5 1,468 1.00/1.00 vMB 59
574,364 574,364 000000000000000000131875b8aeb383f22b69d90ba6c08499b128051d132ccc 1,243 1.00/1.00 vMB 67
574,363 574,363 00000000000000000029e6aa894e9dde4e4d97012af42587ab9e36bf527644ef 1,768 1.00/1.00 vMB 70
574,362 574,362 0000000000000000002a47a0dd35bc9d4e2170fc6033d6a6c773c0a6d38bb081 2,034 1.00/1.00 vMB 65
574,361 574,361 0000000000000000002bb562208f9f1e0a701504f5583cc9db6ebc4e52c2abed 2,824 1.00/1.00 vMB 53
574,360 574,360 000000000000000000278d8cf2f91872af1e0a5093a661e250b78c3ea5928264 3,183 1.00/1.00 vMB 23
574,359 574,359 0000000000000000001b0c50533399eecbb4cc455ece954fe7c9ad8c660e66e4 3,325 1.00/1.00 vMB 11
574,358 574,358 0000000000000000001e3a5145a57d75009f1ad7e665ba38c036af02832c4e3d 3,379 1.00/1.00 vMB 37
574,357 574,357 00000000000000000017cba5b0dd83b39dc4d38ea28b11c42c65db85f61846bf 2,265 1.00/1.00 vMB 37
574,356 574,356 0000000000000000001852e3244548f08d4be48d1366e9527573d454d5564ff4 3,251 1.00/1.00 vMB 8
574,355 574,355 0000000000000000000bb1d5eddcc294c8e72da6ce1576d8a9b8feb55dbbd438 2,721 1.00/1.00 vMB 9
574,354 574,354 000000000000000000152922d3b3c7f6a35484e6dea69ccb980cc07e325352ab 3,342 1.00/1.00 vMB 60
574,353 574,353 0000000000000000002bd7ce5aa0136a30b10e4467c8bc991085d1c1b5e6c7ae 2,296 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.20 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: 653.89 GB
    • Received: 14.06 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.