Loading Tool

Explorer IconExplorer

Memory Pool

105,038 transactions
20.12 vMB
0.05813307 BTC
Random Selection Loading Transactions
Max Size: 156.93/200 MB

Candidate Block

Mining Attempt 6ebd093748ec29c8aa7ec6f4ef12813c82881612b2dc6bddd0130c85364df381
Version 20000000
Previous Block 000000000000000000011db2e1eea4eeb7958f23fc1de0e729cf050519621703
Merkle Root 5777be8370a90bf09025e248cfcf5d643cd832d7f4b53c0ffa51b3b5637f7ba9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.00956672 BTC
Feerates: 151.16 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,554 (84 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,470 916,470 0000000000000000000003e338332c67755aeb368c5ad989a66c5eff76e7b2e4 3,822 1.00/1.00 vMB 4
916,469 916,469 0000000000000000000117f80e7a400e74911eda12d903b935e8f138445ad449 4,055 1.00/1.00 vMB 8
916,468 916,468 00000000000000000000ce44d7c83ada548a28e04f8d95681376843c1a4e5fee 3,875 1.00/1.00 vMB 8
916,467 916,467 0000000000000000000050fb10c9c6c347bd02f11ae4ad70c97b92a88e5be595 3,846 1.00/1.00 vMB 4
916,466 916,466 0000000000000000000087bc125a296a10a41462e1a3cfc3e05bb446b16d6f00 3,960 1.00/1.00 vMB 5
916,465 916,465 0000000000000000000031d4c38dba7f5336bb6a114ccba8036fff603b1fa936 3,618 1.00/1.00 vMB 2
916,464 916,464 00000000000000000000f751966fd687ad3fb856b912fbb15a0098a7f6f22c73 998 0.31/1.00 vMB 2
916,463 916,463 000000000000000000009c8bf6b8d7042fbe1acf8cc658b614683f0c77930fa8 678 0.17/1.00 vMB 2
916,462 916,462 00000000000000000001b6eac62ca125a7193db2c8e1c21646a340f9f0744067 1,287 0.46/1.00 vMB 1
916,461 916,461 000000000000000000003881ed1459b68472f0122d452662032ec5c0f4fecb07 2,625 1.00/1.00 vMB 3
916,460 916,460 000000000000000000004c437513210a570fb7a86f918bbc42fc86f36d176c8c 3,258 1.00/1.00 vMB 0
916,459 916,459 00000000000000000001335d49eb1f92eff642ee61dda98b41b90d3a5d92b07f 4,630 1.00/1.00 vMB 1
916,458 916,458 000000000000000000016a5f60574c1a3377e3dd0f5fbe2431bffcb2dcff067d 3,855 1.00/1.00 vMB 0
916,457 916,457 0000000000000000000143cd83e2549149b5bb78bdd3a8d65beec7cf8f64e993 594 0.15/1.00 vMB 3
916,456 916,456 00000000000000000001a8a5d2db764a47703fe3f697998480eeec0c565b22c3 5,244 1.00/1.00 vMB 1
916,455 916,455 0000000000000000000140caf7199401b461d094d06ab1362d2b1f5ee8a5e4c2 6,836 1.00/1.00 vMB 0
916,454 916,454 000000000000000000016616aa489183bd3142d0f5341a2f3defade66f7fc0df 2,315 0.79/1.00 vMB 3
916,453 916,453 000000000000000000011bd0c64a2446d36cf0a9cf43eb88e7fd6482136fd2a0 2,219 1.00/1.00 vMB 0
916,452 916,452 00000000000000000000330ba3054efec8b9b20f1cdc11e90b28d7d40e8fa5ac 4,268 1.00/1.00 vMB 1
916,451 916,451 00000000000000000000da9ffb03a2190c6dac521b0a93ebcbd0d363745ef001 2,292 0.56/1.00 vMB 1
916,450 916,450 00000000000000000001e3203646f87c35260c836531473e20d6b476da239604 2,742 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 785.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: 918.29 GB
    • Received: 27.66 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.