Loading Tool

Explorer IconExplorer

Memory Pool

47,448 transactions
30.15 vMB
0.09402024 BTC
Random Selection Loading Transactions
Max Size: 160.55/200 MB

Candidate Block

Mining Attempt 8a9a2fd7631b4ef18f7221e4a1c605e4d71c33d76f5ad81e2cd058787f65e237
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 672248d77ba9af911ee0116a1e791ab81fa049bdaec922e56f67dec0a52749a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.03379361 BTC
Feerates: 150.97 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (589,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,485 325,485 0000000000000000174495b1ddac12e372ba7dba658ef24f78c17cbcd6d20094 84 0.06/1.00 vMB 31
325,484 325,484 00000000000000000f9915e88ab75bb50b2c6c08ae90f9896a72bbe5cf6495cc 90 0.05/1.00 vMB 15
325,483 325,483 0000000000000000119c184acdd31f1d6047218ac8f0aac421536b3c72c0a30c 309 0.18/1.00 vMB 26
325,482 325,482 00000000000000001457ee05a3b744e983d19c35c34dcde6ee30e9d839a28828 323 0.16/1.00 vMB 33
325,481 325,481 0000000000000000089dd91643f151da8b5aa1553b10940411f90d0afab2f8f7 1,346 0.70/1.00 vMB 30
325,480 325,480 000000000000000015c5dd125f267674a325a54f74eaef7fa4fb1891dd28a2f5 267 0.16/1.00 vMB 18
325,479 325,479 0000000000000000040d4bc7c35f9bea3ce048b6dac249f3d2ea24626f00b05a 975 0.61/1.00 vMB 25
325,478 325,478 00000000000000001892ee2c055cc8e0ee766d402203320a7dce8feabcc3b1fe 448 0.39/1.00 vMB 17
325,477 325,477 00000000000000001e94ac46e307a8c865b7585c55406c4cf0ea51d4e1879cfb 2,049 1.00/1.00 vMB 31
325,476 325,476 000000000000000019e75ca8667f175b61a41ad950d15b61d83d3faf1a128f94 246 0.13/1.00 vMB 31
325,475 325,475 00000000000000001f210d4090211354cf0006000a59b90e3a9b881724b9d338 688 0.40/1.00 vMB 24
325,474 325,474 000000000000000010bab9682283edcc28bdb6c3e27b4f121bc95efe832dbe2e 1,257 0.69/1.00 vMB 29
325,473 325,473 00000000000000001e5fd18a1fcd2b0e13ed98b00c0698ec637d0f05c4a6e5d2 371 0.17/1.00 vMB 33
325,472 325,472 0000000000000000086d74e31ee21f45a647f019087e413a7b3873e0e991848a 814 0.48/1.00 vMB 28
325,471 325,471 00000000000000000982a40adbd95ccd9445914003fb9f15d1d65fe535774d4d 472 0.26/1.00 vMB 29
325,470 325,470 00000000000000000847892bccb4f59b27318551b01c595c06800ecbf4ba9c6b 498 0.29/1.00 vMB 28
325,469 325,469 00000000000000001957a3aa060cbae055fd0b4a2405ebf2f03bb79a2a36b948 1,061 0.75/1.00 vMB 28
325,468 325,468 00000000000000000daf0776ee31497b0a5f5f4e58b4af037c578e816b3bcc9d 1,625 0.75/1.00 vMB 31
325,467 325,467 00000000000000001c91050556b38c59cbe437420827c12d588d115d68f69864 247 0.49/1.00 vMB 12
325,466 325,466 00000000000000001d7f943b1168d501011579f71efa6243f8a733830556b831 2,263 1.00/1.00 vMB 36
325,465 325,465 000000000000000002e032e93e506c630481667ad03ae2e5eab97a1a2c5d8c76 457 0.26/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.