Loading Tool

Explorer IconExplorer

Memory Pool

47,185 transactions
21.70 vMB
0.10525681 BTC
Random Selection Loading Transactions
Max Size: 122.61/200 MB

Candidate Block

Mining Attempt 0b310dae9c41bc6bed2abf986175bce93c4ace1cf36c3160bc65760e7e3eba21
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root ae8fdc66f943b900b85a452bbc3d185b559d08ef8e2ae557610e6ba24efb7ffd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.04932005 BTC
Feerates: 265.25 > 4.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (759,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,199 154,199 000000000000085e829c292749a22d9d97942185bf49e0e53cdd23670ac89615 109 0.03/1.00 vMB 0
154,198 154,198 00000000000004880afa6a2d3a3cbc8d57e7d652d020083cb80b65de5f9f3de4 1 0.00/1.00 vMB 0
154,197 154,197 0000000000000c6cd69712d7383da3e759e6f4b95f367b9b773e75bb9e8c1686 48 0.02/1.00 vMB 74
154,196 154,196 0000000000000992d316df2d1e9bc6525cc0c0794eeb708c257061d431ebbecf 22 0.02/1.00 vMB 62
154,195 154,195 000000000000004fd8f3f5f2c0f836cbfa0c8e36122c5439f37ad6d08aa62f41 102 0.04/1.00 vMB 66
154,194 154,194 000000000000012b32a3c2c17481ae0bde2a8bf6b7cd1f3b7498b3acf12906f6 10 0.01/1.00 vMB 1,159
154,193 154,193 0000000000000d060dfe8b19db5b1efe2fda13a1144dc0427a1cab3149c87fba 19 0.01/1.00 vMB 184
154,192 154,192 00000000000003096c6242e56a19ebc4ceda75158cfb9b5785c2cdecf43cf40d 35 0.01/1.00 vMB 41
154,191 154,191 000000000000061d625f218fcaae61480e36f4d2d60ead94e46d37844e4dea0b 11 0.00/1.00 vMB 82
154,190 154,190 00000000000005a6f317d1895da220aa8322c9331df9813c8947168c05a74c9a 86 0.03/1.00 vMB 77
154,189 154,189 0000000000000b6fc5f7823c647dcff18015774834898871fbb72e4423e53288 25 0.01/1.00 vMB 150
154,188 154,188 00000000000007a45f44c13f193e51e03096247b97a3405eef281a20cfb3099f 12 0.00/1.00 vMB 32
154,187 154,187 0000000000000d4ee864e667ad77429f0f5d8d702befdfc62fe22f7eaf376ffa 31 0.01/1.00 vMB 39
154,186 154,186 0000000000000bb3d0e14d28e09b55a67f7ac621425a02f737c22952ca6cf661 39 0.01/1.00 vMB 101
154,185 154,185 0000000000000aad83a8e2015ea539860003c23370cd791a26e1be9c06a03fdd 2 0.00/1.00 vMB 193
154,184 154,184 0000000000000404fc08f10e1f3786c8d75ccdb867d1b0c2807c435b3e67b697 52 0.02/1.00 vMB 82
154,183 154,183 000000000000037908ae8dfd0fc52b94b6d0f502ad8d4d9df2d6fc96a1f19b1f 14 0.00/1.00 vMB 30
154,182 154,182 0000000000000c345e7ce7532aca4cf565b6998c2e3f185188565ab8722e9e04 10 0.00/1.00 vMB 17
154,181 154,181 0000000000000985c9d7e712c7923622c61c600b2a4a812e4702509cf663c03f 38 0.03/1.00 vMB 53
154,180 154,180 000000000000019a4ae1d7e2ed0aa2d83aff069349211e683caf3b454f1da624 10 0.00/1.00 vMB 53
154,179 154,179 000000000000015d81aae06aec1bcd6dc8f364eb201cd2cfcb0b58702f516cbe 31 0.01/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 555.01 GB
    • Received: 6.86 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.