Loading Tool

Explorer IconExplorer

Memory Pool

40,466 transactions
26.16 vMB
0.07286273 BTC
Random Selection Loading Transactions
Max Size: 135.86/200 MB

Candidate Block

Mining Attempt 812ed99a4a6c5ce6e73e0ea7c9d3026fc71a74c9d8416cf70d9bed10d93c5205
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 6e28840451b2ae9f63b9a5e9856d6115b7087ade7aba3706cce8738ae3db8b7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.02519656 BTC
Feerates: 73.20 > 2.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (360,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,209 554,209 0000000000000000001c0952f3505b4f0f609aae0d8a414d24ef1dae13791214 2,557 1.00/1.00 vMB 40
554,208 554,208 0000000000000000002f99670438a00d79680824ce8e4f9b11819f450ac3c136 2,426 1.00/1.00 vMB 20
554,207 554,207 00000000000000000016ed9715064ac4923808b9904c59c4ed94598e53fd870d 2,215 1.00/1.00 vMB 23
554,206 554,206 0000000000000000000a559c199ded82b469df2afea0cfbb8dde96141ac1a011 2,095 1.00/1.00 vMB 34
554,205 554,205 000000000000000000004e7f5c58ac1e6ca5cfdd0a5f76b33587c244210ab1eb 2,316 1.00/1.00 vMB 46
554,204 554,204 0000000000000000000814b4bdaf85fc8e963bc27f2bfa6887c49a72e5e16829 2,165 1.00/1.00 vMB 20
554,203 554,203 0000000000000000001b77ba069e298494cde0fee4d3c0530566a3cc358a69f1 1,948 1.00/1.00 vMB 14
554,202 554,202 000000000000000000229b5a05b2f0f1c2e93084ed487740bf1d99b589deb5bb 1,716 1.00/1.00 vMB 22
554,201 554,201 00000000000000000024bed53c4361779d4cf5072ac53a0fb843f13c67f37c10 1,272 1.00/1.00 vMB 49
554,200 554,200 0000000000000000000d8df07643e75e9a4233c7373ae11c6a25f873762999c6 899 1.00/1.00 vMB 80
554,199 554,199 00000000000000000029fcd929eb2616a2c85c49628165d70276025eedd154f9 740 0.35/1.00 vMB 11
554,198 554,198 00000000000000000025adea8528ecd7ce8ab8bb1595878b9af995ab75ed17e3 1,462 0.56/1.00 vMB 14
554,197 554,197 000000000000000000191800473399f5e35059cf49f3c322c9d3ed4b6d138106 687 0.56/1.00 vMB 8
554,196 554,196 0000000000000000000f86b5d790ba558527fa77fceca5edf065c65b97198a30 2,165 1.00/1.00 vMB 5
554,195 554,195 000000000000000000183b58d8fcaf1ced56c3e8e256448b0cbcbfe57afe9d61 2,646 1.00/1.00 vMB 29
554,194 554,194 000000000000000000022d28508c46e77b96a879b1b761c31f885905f2ca988c 1,658 0.73/1.00 vMB 14
554,193 554,193 0000000000000000002bd7bef246164dce32207b59dc7edf68032b38507153cb 194 0.08/1.00 vMB 10
554,192 554,192 000000000000000000281952f790e5b69cfc149054388f9a12cb79470a605e25 835 0.37/1.00 vMB 14
554,191 554,191 000000000000000000075f2b21083079dc8fcab2e413111c5c7de9b18e25e053 1,098 0.51/1.00 vMB 13
554,190 554,190 0000000000000000000f5b3c15f15d7ab790cbfe57e4b6b6cca77843de9ebc12 1,870 0.98/1.00 vMB 17
554,189 554,189 00000000000000000030855fe3cbe9c0c09f16efbd0a1bf54db373d07f2677b3 1,231 0.54/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.16 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.42 GB
    • Received: 13.87 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.