Loading Tool

Explorer IconExplorer

Memory Pool

82,468 transactions
31.24 vMB
0.12440980 BTC
Random Selection Loading Transactions
Max Size: 189.29/200 MB

Candidate Block

Mining Attempt 91a62067fd0dc90189a1fe955a0e698e92e88ebb25179bc21d2c238e77798a24
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root a169fc1f789f6249e2816cfc3a04fed55f2aa7c0b2aef83ebfa4dd18076938be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,147
Size: 1.00 vMB
Total Fees: 0.04256747 BTC
Feerates: 318.30 > 4.27 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (15,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
900,117 900,117 000000000000000000022fde3572e19f44a3d8340a66bdf1bd4df4b5d8448813 1,672 0.72/1.00 vMB 2
900,116 900,116 000000000000000000003d91019ae048c87dbdf975ddf54e6a70d9ebba88f246 925 0.35/1.00 vMB 3
900,115 900,115 00000000000000000001ceb90e13ed15456816e1e88ea8db8b04d4ceb8668bb9 1,390 0.50/1.00 vMB 2
900,114 900,114 0000000000000000000109d418b29aca9958edd925cdd3f1cc2c430d726c0a5d 2,875 0.87/1.00 vMB 2
900,113 900,113 000000000000000000011a8acb0e1d30f6b0d3e36bb9f096d247279fb3d85bff 1,431 0.63/1.00 vMB 1
900,112 900,112 00000000000000000000f8b0d2d7d1f7f245bf17d08c5c515216dc5fce56daa8 1,641 1.00/1.00 vMB 1
900,111 900,111 00000000000000000001d261a0f3428996fee85b0cec6d08e0cace8809f46259 2,755 1.00/1.00 vMB 3
900,110 900,110 000000000000000000001589a6a58267b42a7f3fede8d8f428555d288836447c 994 1.00/1.00 vMB 1
900,109 900,109 0000000000000000000148a26295eee110b5757807d84cae9df23313af4f7792 1,373 1.00/1.00 vMB 3
900,108 900,108 00000000000000000001bb5059a028f517538e9e58ca606214de0f98632534f3 3,709 1.00/1.00 vMB 4
900,107 900,107 00000000000000000000f326c498337966db2d63c9a64a01b3d598706fb8f3b4 3,564 1.00/1.00 vMB 6
900,106 900,106 000000000000000000000ea740a27f5052d8e4edc4f70cedc2d5fbd6644d9d98 2,142 1.00/1.00 vMB 2
900,105 900,105 000000000000000000009602c50385f414b1041a7e51c7701845e19161510183 1,754 1.00/1.00 vMB 2
900,104 900,104 000000000000000000005e02b34ad6221c17a48401d3887985ae14183ad1bbc8 220 0.07/1.00 vMB 3
900,103 900,103 000000000000000000010a431adffe2767edfd7e8c80fe8cfbe50c05d8b464fa 1,708 0.49/1.00 vMB 1
900,102 900,102 0000000000000000000087b63fae4803d3b1cc7cf666351915ae68f3d03f0b36 2,794 1.00/1.00 vMB 2
900,101 900,101 00000000000000000001cc0f0171debf252d2f4c53e97523bbbef1ff11fe8e47 2,103 1.00/1.00 vMB 3
900,100 900,100 0000000000000000000059e2d67bd0f2fabeecde1634f61490d666e861b2df39 2,079 1.00/1.00 vMB 3
900,099 900,099 00000000000000000001970a29d175206ce81bc9db2c58dc81735082a98b0fcc 3,131 1.00/1.00 vMB 6
900,098 900,098 00000000000000000001e2142b586f7a45ac009cca000f6f0f91ca24a1249955 2,603 1.00/1.00 vMB 4
900,097 900,097 00000000000000000001b6ce53893b3afdd8971232a4322d31c73db099b7f830 1,112 0.36/1.00 vMB 2
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: 722.17 GB
    • Received: 18.39 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.