Loading Tool

Explorer IconExplorer

Memory Pool

47,086 transactions
27.61 vMB
0.06357674 BTC
Random Selection Loading Transactions
Max Size: 146.53/200 MB

Candidate Block

Mining Attempt db4833fff2dc5b7cae480b188b22182f4d69c70175d0699eaed403da22626bd1
Version 20000000
Previous Block 0000000000000000000149e99e9fe928cc50ad17726ca7114570e11f41657874
Merkle Root afaf78f4f3f4d0919165a016bd53630710756b0ed0c56df45625eca78b01748b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,408
Size: 1.00 vMB
Total Fees: 0.01183271 BTC
Feerates: 100.20 > 1.19 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,770 (166,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,360 748,360 0000000000000000000023fa43d8bdada130c8b15483c28bd6571653e4374f83 14 0.01/1.00 vMB 4
748,359 748,359 0000000000000000000814c30a82e7e4607509226429af0b6a1f9c93dd0507f4 611 0.97/1.00 vMB 3
748,358 748,358 0000000000000000000682a56caa31b8f3225ba9475c8e092555c5e1f80eb596 1,226 1.00/1.00 vMB 3
748,357 748,357 00000000000000000003b403b57cc69758dd50cba0aa7b6e788a30cdea06e8aa 1,934 1.00/1.00 vMB 18
748,356 748,356 0000000000000000000390f8d8f250eea7e90a376abeefb5f4dcb42b52478534 520 0.20/1.00 vMB 10
748,355 748,355 000000000000000000043c995fc8f05681ebd71cb67f00555aaba93c8f317100 576 0.20/1.00 vMB 13
748,354 748,354 000000000000000000058d6fab9006bdbfe3dee672032e038a997201ea9994ee 55 0.02/1.00 vMB 13
748,353 748,353 000000000000000000045517c57340528383fbca74a90207fd6cf913cddb5582 1,172 0.40/1.00 vMB 12
748,352 748,352 000000000000000000033083a543b21bf128f8609ef4a05398dd993b36267dfb 45 0.01/1.00 vMB 16
748,351 748,351 00000000000000000001a856d44c3e021238603164ad6a8f807ab397b84d5a10 56 0.01/1.00 vMB 17
748,350 748,350 000000000000000000064d224e2026d3f78f7bb5badeba4d16763e4522ec2b8e 566 0.29/1.00 vMB 23
748,349 748,349 0000000000000000000646cee30664bdfafa87cf7e6d968cb8b77dde12b3bd6a 356 0.14/1.00 vMB 13
748,348 748,348 000000000000000000030e32c0cb1d641c4a62bf2cfd16822c808a20bde18c59 686 0.27/1.00 vMB 13
748,347 748,347 000000000000000000008be666ecc919529be153401c7be519fd8b895ff7f223 514 0.22/1.00 vMB 9
748,346 748,346 00000000000000000006bf88833ba962984cf39776a3003a1422a9a99bb4b0b1 1,225 0.99/1.00 vMB 5
748,345 748,345 00000000000000000007e1db0a84a4cf54d5cec3d13d408b4c9f7cea7d6ab177 2,595 1.00/1.00 vMB 15
748,344 748,344 0000000000000000000640974608b3fdc8556a50825edf75c4b8d8f79a056393 676 0.29/1.00 vMB 10
748,343 748,343 00000000000000000005aafa08e387c20429f354c43fd49adc92213a05063849 734 0.54/1.00 vMB 12
748,342 748,342 000000000000000000071e3f8900c1bd36ca3954c6009ddd08d58a1903e89806 1,189 0.88/1.00 vMB 12
748,341 748,341 00000000000000000009eac6bba4b6031feb59458fa432839c37131da8724afd 293 0.20/1.00 vMB 7
748,340 748,340 00000000000000000002fdc55e8e3793b7606c2dd11e0a92fa4f514353edc28b 184 0.06/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.98 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: 648.19 GB
    • Received: 13.02 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.