Loading Tool

Explorer IconExplorer

Memory Pool

74,983 transactions
29.22 vMB
0.07598831 BTC
Random Selection Loading Transactions
Max Size: 176.74/200 MB

Candidate Block

Mining Attempt 3e15a1cb44e8cd8e13e2b79a3917b011597f6e8df33ed0fcd3bedf085aafc38b
Version 20000000
Previous Block 00000000000000000001e0799bfdd965039da614a51ef9e83f2560f19b18d699
Merkle Root a584e2e1d08a1ea09676fbd6baa50bfc79edf7cdd8f12bfe3ae46e3a329e450a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.01108152 BTC
Feerates: 65.29 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,438 (912,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,333 3,333 00000000c792e56146dbddad10fd6291486bd905b14992e54319f08196d88da3 1 0.00/1.00 vMB 0
3,332 3,332 0000000029dd23371637ffe40c2121b5bb246492e3595248f754ea461ac433b5 1 0.00/1.00 vMB 0
3,331 3,331 000000008ee77e89497155b486b401f7024a071124905621a04d94cd14274e4e 1 0.00/1.00 vMB 0
3,330 3,330 000000000035f4cce8ac52847b6618f8bd3f53d501dc6a006839a0963a8f6f6e 1 0.00/1.00 vMB 0
3,329 3,329 000000000facf3d80ce6b133c757b7080454e83120539a962d4939efa244dbc2 1 0.00/1.00 vMB 0
3,328 3,328 00000000f2588bc7c3a6f0bfd86dea3b1d89cfa40e7e1de541107f643675a5d5 1 0.00/1.00 vMB 0
3,327 3,327 00000000eff54d5e41ba2af7f47e568590ffc1369671e0e9bbf710778a271948 1 0.00/1.00 vMB 0
3,326 3,326 00000000c799052a807b645a8b0407a35475d0a2cae92544d41c5a30226f4013 1 0.00/1.00 vMB 0
3,325 3,325 000000003ad78dad85af064768461527ee2458869ae7066cd22b826fd6c31dbb 1 0.00/1.00 vMB 0
3,324 3,324 0000000020029ec024e149c0abc9319ccebe038a163c17a27a7ad029152133d6 1 0.00/1.00 vMB 0
3,323 3,323 00000000b0377041fa2c5b227b75ea9fed7c3635c9c1d94ec1389ff6096fa3d3 1 0.00/1.00 vMB 0
3,322 3,322 00000000b59a16623d132e4bd5dfceb8dafc87d7b9b82aee8698d6a180693100 1 0.00/1.00 vMB 0
3,321 3,321 0000000096b10c38faeb0f0a8108d6b3abb98df22066a1ced832c853dbfd536b 1 0.00/1.00 vMB 0
3,320 3,320 0000000005b5a5457c73250d3d17d18f1146f002ea7f2b5ba193e760902c0b88 1 0.00/1.00 vMB 0
3,319 3,319 00000000519517e8d7c408a7a819a990bd639ff70ebbd23d27d8c8eb355303e7 1 0.00/1.00 vMB 0
3,318 3,318 000000008699bd59e1bfa04e989745eaf231d3e63fd4792dced3a6b0f4b7cea7 1 0.00/1.00 vMB 0
3,317 3,317 0000000017b70297ac871d4abe618a3e5f1aa65910cc650ecacf25c7903222bc 1 0.00/1.00 vMB 0
3,316 3,316 0000000096352c7e7bf5ebe736b8be0e00befc6c32eb941a32cce1f78d383c64 1 0.00/1.00 vMB 0
3,315 3,315 000000009ab9c64ad8ab9efe25677321534e168d3648aa429da84f54bbec7558 1 0.00/1.00 vMB 0
3,314 3,314 00000000dffde08e66b4a083ff2a66c75d30d986b0a218973b8592b8287aad32 1 0.00/1.00 vMB 0
3,313 3,313 00000000ce57e50f981f1ce85249ede1f6011bbee6aa3426011e16d6737555f9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 745.93 GB
    • Received: 18.73 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.