Loading Tool

Explorer IconExplorer

Memory Pool

75,437 transactions
27.74 vMB
0.07543633 BTC
Random Selection Loading Transactions
Max Size: 169.21/200 MB

Candidate Block

Mining Attempt e2718b8930fc5ab2e65c2cd000d65a9d581725f863f4d9d4430379d4e3c5a801
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 741a8d0d9c8a7d4939e8ccf2aa7c36f27008b7d2b360fb9f48f586859fb9aed6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,561
Size: 1.00 vMB
Total Fees: 0.01606460 BTC
Feerates: 99.50 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (471,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,254 444,254 0000000000000000000e4bd6baba4952b5b8ff3565875ac7c81063a8dd711ea4 2,487 1.00/1.00 vMB 75
444,253 444,253 0000000000000000033ce6420b42ccb75d237f46ec00fce878224829906794ca 1,642 1.00/1.00 vMB 66
444,252 444,252 0000000000000000009693cf7e673ed412b0e1b1a4b424a637e3960994b980a2 2,628 1.00/1.00 vMB 68
444,251 444,251 0000000000000000026c905a87b108b9b685feeaa309807d9b220b7096add89d 2,490 1.00/1.00 vMB 89
444,250 444,250 000000000000000001fecdbd8d7f908abc5f2a4d588d5d5b6b2186a7efcb2acb 3,125 1.00/1.00 vMB 103
444,249 444,249 0000000000000000001fd41cac44b56b0db79b197742aeb2865f17b99474e441 2,259 1.00/1.00 vMB 69
444,248 444,248 00000000000000000340d7800089397c63442928d7059750f03ee37ef1ba8df3 478 0.26/1.00 vMB 69
444,247 444,247 0000000000000000007262f44787c9fa952948a0450dac8769c477214cca6142 2,101 1.00/1.00 vMB 50
444,246 444,246 000000000000000002fbb945e5ba87ddec823a99e1707d05c5bf0dd4d11f3b0f 2,539 1.00/1.00 vMB 90
444,245 444,245 00000000000000000171798897ceb8ba4f36a597f274dcc6f9c86d0774eb5ebc 2,055 1.00/1.00 vMB 63
444,244 444,244 00000000000000000227170511867a678aff9e85a39a471cb862364e63e9d7f7 2,590 1.00/1.00 vMB 92
444,243 444,243 0000000000000000004125a02132fabe5d2479240ac0e3f13be5282a295f5d59 1,788 1.00/1.00 vMB 73
444,242 444,242 0000000000000000031c2384ffe8a1d59cf9e472fdd9c0640a7166181069b21a 2,274 1.00/1.00 vMB 83
444,241 444,241 0000000000000000000936219b1f527c14fc84d169c11107efe2ccd0cc5001d0 2,603 1.00/1.00 vMB 66
444,240 444,240 000000000000000000375689842d0b20990b357d31c03a9ce6243b3181a3bf6e 2,161 1.00/1.00 vMB 71
444,239 444,239 0000000000000000000e0755e8592a9f7ab6d6a2ed2c9b705214e9292dadddfe 3,030 1.00/1.00 vMB 89
444,238 444,238 0000000000000000029ff654bd1608888060bb633845c27c76756fb20fc53f8e 2,243 1.00/1.00 vMB 112
444,237 444,237 0000000000000000035d4b29b349d1897b99fcba62a9447b6a48f1216f99af99 2,444 1.00/1.00 vMB 83
444,236 444,236 000000000000000003132f27a94d5e7e2f214afc1ad6134177efe3cc67fb92db 2,101 1.00/1.00 vMB 72
444,235 444,235 00000000000000000269b6904d0161298b4eee3887fee9b6db91980799a6761d 2,545 1.00/1.00 vMB 83
444,234 444,234 00000000000000000055ed823bf8a30b782695309dcf6c4dd5281fa503091076 2,837 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.84 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: 712.19 GB
    • Received: 17.16 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.