Loading Tool

Explorer IconExplorer

Memory Pool

45,050 transactions
27.36 vMB
0.10356930 BTC
Random Selection Loading Transactions
Max Size: 143.06/200 MB

Candidate Block

Mining Attempt a5ba7b29266bf2968e867ce100b14d5b4503115bb5a7a69d81e484851e5fb1ea
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 9efcb967a4fe168391712ff838dcc2e3a641d69b8de84cd2ecd73873e8580e85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.04639107 BTC
Feerates: 151.01 > 4.65 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (340,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
574,352 574,352 000000000000000000299a6ae9a789ad0234a72ab421880c6ef554e671d20fa0 3,473 1.00/1.00 vMB 68
574,351 574,351 0000000000000000002953963155925c2bf91710a26f6246594804d15d00886e 3,167 1.00/1.00 vMB 30
574,350 574,350 000000000000000000174bc24620144232055e6b2ae8c75915267efb4bff448f 3,363 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.17 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.50 GB
    • Received: 13.91 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.