Loading Tool

Explorer IconExplorer

Memory Pool

123,724 transactions
26.38 vMB
0.23338312 BTC
Random Selection Loading Transactions
Max Size: 195.68/200 MB

Candidate Block

Mining Attempt 7c71fc89e26e1810b728f1a67f28e229931b32baf0b3dcf5075ad53da3e0c00b
Version 20000000
Previous Block 00000000000000000001a647525f0b4c49908b6e7edba05047e4369b0b3d105a
Merkle Root 0a61f556d73c71e6da1c8edf283230459ab7fd6b2825eef56cfe818b34659e68
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,218
Size: 1.00 vMB
Total Fees: 0.07155132 BTC
Feerates: 100.00 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,474 (279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,195 916,195 000000000000000000011e7bcdf5694609fa2ebe8b677b5399cc0f2633ec3938 3,340 1.00/1.00 vMB 2
916,194 916,194 000000000000000000003d2acacd8849e93f13a5ed2bd5ccb0626f0cb09abe97 3,802 1.00/1.00 vMB 3
916,193 916,193 000000000000000000019e79860ccd13d417e03b066e8a3661ec754572b673d8 3,777 1.00/1.00 vMB 4
916,192 916,192 000000000000000000016e9a6423e103a8d89eb5ec8c035e45d4106486789bbc 3,081 1.00/1.00 vMB 2
916,191 916,191 0000000000000000000045b06345370ebd103ba1221a6d6a92df35f018974258 4,691 1.00/1.00 vMB 0
916,190 916,190 00000000000000000000eba1e79f9a01be06cea6f2a022a4f93763f9c6b7cfd7 5,128 1.00/1.00 vMB 1
916,189 916,189 000000000000000000011ddcef0784a16667b53e88b6b5395de696fadd0e2553 5,892 1.00/1.00 vMB 0
916,188 916,188 000000000000000000010f11481b31cec3e8432a079bbb16f723cdd9ef878006 3,259 1.00/1.00 vMB 2
916,187 916,187 0000000000000000000098c0168ecd19e51a002933840aadeb6c7d5232973e06 3,773 1.00/1.00 vMB 5
916,186 916,186 000000000000000000019dc6188d9a0528d730307c82c5238e0cb465ddfcc4f7 3,351 0.89/1.00 vMB 3
916,185 916,185 00000000000000000001cb8b3ab7e219c1c75a7f1c48045601281e3b60beb47e 5,668 1.00/1.00 vMB 1
916,184 916,184 000000000000000000005c3de2247ce79eb29ec8a246acae61e8a8856a3b7d95 5,745 1.00/1.00 vMB 1
916,183 916,183 000000000000000000012c9006185c26fd162da81ad096f3cbf9ba1d7be4ab25 5,910 1.00/1.00 vMB 1
916,182 916,182 00000000000000000000f1afdd62a89a12d4fe04c03a506c891f451533104c19 674 0.17/1.00 vMB 2
916,181 916,181 000000000000000000009329b321af23c02092a000b9cf823788f359b2e20a91 6,806 1.00/1.00 vMB 0
916,180 916,180 000000000000000000011c0208b21b29267c56583544b2f6eedeb7a6c4ed8ee3 2,943 1.00/1.00 vMB 2
916,179 916,179 00000000000000000001ef2b3694d73a1abbdba9443714f4960e2624f2b49ec8 1,356 0.46/1.00 vMB 2
916,178 916,178 00000000000000000000458667072dae7325a30143b06fa129332f58245f6409 6,143 1.00/1.00 vMB 0
916,177 916,177 000000000000000000007143e45ffa1e3eabea19d4512a6517ee4fc775ec7e96 3,364 1.00/1.00 vMB 3
916,176 916,176 000000000000000000015b5f48a640f97fcc186053282ae12b3b73be3d62ce32 4,304 1.00/1.00 vMB 1
916,175 916,175 00000000000000000001ee3fe87da2553f46c31311838dad2768d85b204c2e80 1,055 0.22/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 784.93 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: 909.98 GB
    • Received: 27.12 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.