Loading Tool

Explorer IconExplorer

Memory Pool

44,540 transactions
27.26 vMB
0.09995105 BTC
Random Selection Loading Transactions
Max Size: 142.84/200 MB

Candidate Block

Mining Attempt 29924caab8f8b02aa26798e6d82c67bdf37d0be10b78364abbb0d83024fb333b
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 60eae3fb398f92311463f43f3511e6d88ddbfe8453c85d2c5504b2862e6da850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.04537000 BTC
Feerates: 151.16 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (458,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,582 456,582 000000000000000001b9cb757117abd92cf5f941049f419a8a5631ec0346646b 2,046 1.00/1.00 vMB 226
456,581 456,581 000000000000000001c963d516acb653e69f0d6c2917f89850be37394cde880c 2,310 1.00/1.00 vMB 265
456,580 456,580 000000000000000000816e8288e97858068ab68369ec68f0d3e6df4e7ed658ca 564 1.00/1.00 vMB 58
456,579 456,579 000000000000000000224774c12416b27333df1e1f36ad004e7d1da5360c686b 845 1.00/1.00 vMB 69
456,578 456,578 000000000000000001dd597fbdcb27851135a2d261ee19d118138be063f1d543 1,811 1.00/1.00 vMB 144
456,577 456,577 000000000000000001698efc5328c1a73c34dff1a2540d214f3d67a7e1414ab0 802 1.00/1.00 vMB 78
456,576 456,576 000000000000000000bfc5f36a28baae4f972b23d58839a1f9836f501c8d2a01 1,773 1.00/1.00 vMB 151
456,575 456,575 0000000000000000000081a6e6c1edc878cb96b41c5dbed7334f84d47e49bf99 1,477 1.00/1.00 vMB 109
456,574 456,574 000000000000000001e5c567327052edf1be566487286473aae5fc517e326336 1,346 1.00/1.00 vMB 85
456,573 456,573 000000000000000001f81364faa49441e7e7875ef4174307e779b48f1ab82864 1,208 1.00/1.00 vMB 100
456,572 456,572 000000000000000000525e72b97fbb9557b90294dae2b1fd78eb43033cf4683e 1,057 1.00/1.00 vMB 49
456,571 456,571 0000000000000000021452ecf7d72ec2945b5841674281382ad42f5b963ffdd5 2,302 1.00/1.00 vMB 167
456,570 456,570 00000000000000000243fc8440402a8792febed036dc4131e5fde231e9f28441 1,167 1.00/1.00 vMB 93
456,569 456,569 000000000000000001ad4f1cda22f1e571a9a76065f534347c2b5c5dcf40f28e 1,425 1.00/1.00 vMB 123
456,568 456,568 000000000000000001c5e0110e57c350e54cc131d10565edeca77362e7e6175e 1,302 1.00/1.00 vMB 94
456,567 456,567 0000000000000000014d79ad03fa79ac0f8e44cacf4378eda9b74b9b4306d724 2,139 1.00/1.00 vMB 138
456,566 456,566 0000000000000000011c8c5e07c0b1c4a6b90c38a15956e74fa41c5e9f306148 2,005 1.00/1.00 vMB 138
456,565 456,565 000000000000000000b00bea7562333bdf2997b6a01047f0a6ac05906b6256e9 2,045 1.00/1.00 vMB 170
456,564 456,564 000000000000000001591b2d435a605aba497f1564e05a1525962ddfccd52bcf 2,725 1.00/1.00 vMB 258
456,563 456,563 0000000000000000000971068d2dce4d099c71daae5eae555d26bdd91611869b 1,377 1.00/1.00 vMB 94
456,562 456,562 0000000000000000011e5c346c942b45ba6c9f70e528a108dad9c74583a98273 1,244 1.00/1.00 vMB 65
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.27 GB
    • Received: 13.85 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.