Loading Tool

Explorer IconExplorer

Memory Pool

78,417 transactions
30.01 vMB
0.08435154 BTC
Random Selection Loading Transactions
Max Size: 182.57/200 MB

Candidate Block

Mining Attempt 700f4f94b6631d22f7e2e3b82ff5229ffc9d510d3e90ec758198868b553293f3
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 0215a8ad4467798bb7bbe2639c94ea221810b5849cd5601b723310b2c1479473
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,432
Size: 1.00 vMB
Total Fees: 0.01773823 BTC
Feerates: 151.02 > 1.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (42,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,206 873,206 00000000000000000002a69d17a946077d6d4a1e87d34e79683b3414d7594095 1,719 1.00/1.00 vMB 5
873,205 873,205 000000000000000000029038dd6b285f2889153ff9d74c9e2f33e4f0fb856bbe 2,600 1.00/1.00 vMB 4
873,204 873,204 00000000000000000000525d9f837b7610f7262f72f34636d55b7e0bf293ece2 3,044 1.00/1.00 vMB 7
873,203 873,203 000000000000000000010a9ebd1c1c1967393b73d7189cf2f601c56f64ec24aa 3,846 1.00/1.00 vMB 11
873,202 873,202 000000000000000000007df69d836c94ac7335d1773b08a3e1c7360e5c759d44 3,172 1.00/1.00 vMB 7
873,201 873,201 00000000000000000002025487aabe528cf6970a24fa86df9a2f4d7b13c3b66c 3,532 1.00/1.00 vMB 10
873,200 873,200 00000000000000000001f6e230ec6c97743eb5afd7259f7e7ff81ca0ece265e2 3,618 1.00/1.00 vMB 8
873,199 873,199 0000000000000000000270925aa6a565be92e13164565a3f7994ca1966e48050 3,850 1.00/1.00 vMB 12
873,198 873,198 000000000000000000007b48042479e4f07ce2d6ae9a79c2a3ef5223dc78dd5c 2,915 1.00/1.00 vMB 5
873,197 873,197 00000000000000000000086c33acac7437b8ce3673ddc3b871985e71ac27b841 4,274 1.00/1.00 vMB 7
873,196 873,196 0000000000000000000065bed7ddbe72463c8b7540af1dec35b4def0e60caa16 3,572 1.00/1.00 vMB 7
873,195 873,195 00000000000000000001a75180bbf80af5c55ad85aaa7a258fbd3af455debe5a 3,991 1.00/1.00 vMB 3
873,194 873,194 00000000000000000001d891c7e207865f95919a3ab88abe817e47bbc4c1acbe 2,486 1.00/1.00 vMB 5
873,193 873,193 000000000000000000029c349d2a65e2b475693b45b7eebbba91a23edb9f87e0 3,355 1.00/1.00 vMB 6
873,192 873,192 00000000000000000000aca93176cb759281f81115273e8f746814505a457a0a 3,595 1.00/1.00 vMB 9
873,191 873,191 000000000000000000013f4e5fe46baeaf4695d668ef5456286f4f778c17a921 2,896 1.00/1.00 vMB 6
873,190 873,190 000000000000000000015dfeefcf05c1b91d151f5c955ff75b8be4e3f9936a02 3,979 1.00/1.00 vMB 9
873,189 873,189 000000000000000000027cf0460bf6089ee004f8b567d80aade0c31128595e75 3,514 1.00/1.00 vMB 11
873,188 873,188 00000000000000000001536bb5cb3267e8b9e6b79084a7c43caa95933ee38e88 4,498 1.00/1.00 vMB 3
873,187 873,187 0000000000000000000116fac135732c08a2c7ab0270aca65b948f31edf92b01 3,872 1.00/1.00 vMB 6
873,186 873,186 0000000000000000000001e7826f97c1e978e000b389904e749888a02435bebe 3,693 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.08 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: 721.21 GB
    • Received: 18.37 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.