Loading Tool

Explorer IconExplorer

Memory Pool

80,737 transactions
30.04 vMB
0.12482874 BTC
Random Selection Loading Transactions
Max Size: 180.70/200 MB

Candidate Block

Mining Attempt e7220d27de397476fe9832e44b2e5475f03bae00e65430f13bf9c9effc685f64
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8eb6e9c6992803922296336e58154315f0b15e793a940cd5e55b0516c0e2ff45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.05152359 BTC
Feerates: 242.90 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (648,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,956 266,956 00000000000000044fd77f5aac91a82c3d3943efc32c73284eafb91ee165724b 322 0.18/1.00 vMB 85
266,955 266,955 000000000000000524a2fe0c35e26a23a2b91002b6e9a6ed5cba2dddb8915a34 272 0.12/1.00 vMB 93
266,954 266,954 000000000000000044dd67b5cc54f097eb1e0a1444d3f5d327ea528b8f8060b0 300 0.15/1.00 vMB 79
266,953 266,953 0000000000000006a09bccab15bfbf7de363b156724a08118e115bca0d3a5a70 21 0.01/1.00 vMB 65
266,952 266,952 000000000000000a8e5ca22be6054209a8db005bc644ceb4feeb203a604ae7a1 120 0.06/1.00 vMB 104
266,951 266,951 000000000000000a84c5fc6f079b2c251f8794c7da8e311c37a3c91b7b41796d 398 0.16/1.00 vMB 116
266,950 266,950 0000000000000000cf37842138f73d5c9a4f6442e8c20fdc208212d6ac463380 186 0.09/1.00 vMB 76
266,949 266,949 0000000000000008b086872eed098f805ebda809218ad44e8d7ad732c8b7b3d8 87 0.04/1.00 vMB 53
266,948 266,948 0000000000000006abc29576dc6d0ebeb270e6ab1ec5a215e8c4d0589caf7407 82 0.03/1.00 vMB 91
266,947 266,947 00000000000000028238a8fa05f876385c986d855fdd87410f0e01084e3cb61d 508 0.22/1.00 vMB 77
266,946 266,946 0000000000000001f54de83d6b4eb28fa525f30d0578edc7b98bc08af6fa5d3b 398 0.19/1.00 vMB 105
266,945 266,945 0000000000000000efaecf8fd635fd6871ef3b7fa0df84796d4cd3973809e8f8 26 0.01/1.00 vMB 37
266,944 266,944 0000000000000008d37fdc8cfb21f7d92a6f0e457a11b8a6c6d18d02fe2f7d1f 265 0.14/1.00 vMB 26
266,943 266,943 0000000000000001fa9365d822ef22b03878e4db0c7aad1002cdd516f54848ae 471 0.20/1.00 vMB 92
266,942 266,942 000000000000000aa16cd8b83618942a4bd64c9ff07f49d2facb2496b104c407 503 0.21/1.00 vMB 113
266,941 266,941 0000000000000008761c6437d35b7d80df0ccbf13fd1e977000ad6f15ffc1969 1,309 0.57/1.00 vMB 165
266,940 266,940 00000000000000009b418ccef6ac06c1618b96f7b3f61e31b402765085c198fb 92 0.07/1.00 vMB 35
266,939 266,939 0000000000000007661a709bf088fb2f6709da1b3b8e366e48ee0944e6c0cb8e 404 0.24/1.00 vMB 79
266,938 266,938 00000000000000037c6e7d92c38ee3015d61386397f421db5d3d7289a8a4b07e 473 0.21/1.00 vMB 95
266,937 266,937 0000000000000002f69d62d36ed7a9b1e6c0f4c66a994c249fa39c68ce324d2c 510 0.21/1.00 vMB 71
266,936 266,936 00000000000000017dd9481ed60b88451cfd37de5c5f5437591aa075056d064c 231 0.11/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.