Loading Tool

Explorer IconExplorer

Memory Pool

72,711 transactions
28.04 vMB
0.06690995 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt baebe80f64a6b15c136bfba8035e8203f12eb7219c27c67f7a1e46b5e4489e5a
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (403,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,491 511,491 00000000000000000043a6cbed651a0401e2d8b61090b57803fefb228a0f543b 489 1.00/1.00 vMB 6
511,490 511,490 0000000000000000001b070b01d53db67b6e919e68c62806b68cbb7ce81f1e0e 2,250 1.00/1.00 vMB 24
511,489 511,489 000000000000000000199e194aa8c402a6ca02839c344f0aa8d0ec90e093ff17 2,852 1.00/1.00 vMB 77
511,488 511,488 00000000000000000020e268e0c2e046735d53cbee083479b137a79ae5164ae9 1,751 1.00/1.00 vMB 45
511,487 511,487 0000000000000000004e54102503055294f7d77f78d2e9f25cbfebc3e98fb683 1,214 1.00/1.00 vMB 20
511,486 511,486 0000000000000000002bbea17491313b1361000e1f1b0c432b355c5ba8dd88c6 1,750 0.70/1.00 vMB 51
511,485 511,485 00000000000000000025e5ad71af9f057a1e61eda24c2461dbc304067e33d6a7 2,167 1.00/1.00 vMB 18
511,484 511,484 00000000000000000005b4049bcb4f9a8118ee958fec84c7ef92ffe21d8e46a4 2,509 1.00/1.00 vMB 92
511,483 511,483 00000000000000000054865f3ccb642490bd7e03bc8fbe07f672bac6dc7391ba 903 1.00/1.00 vMB 24
511,482 511,482 0000000000000000002c63aef3bdefd9965b59f2fb7becce22d3c9b21b69e923 1,897 1.00/1.00 vMB 55
511,481 511,481 00000000000000000033b1aa1954489e74fa7248469fbedf44a33ab628c0ed70 552 1.00/1.00 vMB 11
511,480 511,480 0000000000000000005c9c23bc278fb55452f4fb2227c0640f4f7d33b104908d 1,638 1.00/1.00 vMB 41
511,479 511,479 0000000000000000000a7b10871cb365820e964bd33730beabae2a45da51f43e 1,733 1.00/1.00 vMB 62
511,478 511,478 0000000000000000000c7d68814b8a30d2d0d6f60de85f8a39c9c08186eb2184 1,163 1.00/1.00 vMB 9
511,477 511,477 00000000000000000037a94aa83566e54013b27b2306bff1594e834e41715d86 1,951 1.00/1.00 vMB 48
511,476 511,476 00000000000000000053f011b3b032d431a5d90dd72d5ce9dddbb068a51df7c9 2,055 1.00/1.00 vMB 54
511,475 511,475 000000000000000000359274dbe6b606b4be0811bd13c7174b4664c41cb53955 2,777 1.00/1.00 vMB 37
511,474 511,474 0000000000000000004da3a052f2b8bda38cb12f8dd121222cc2e2f1d9662f41 774 1.00/1.00 vMB 45
511,473 511,473 0000000000000000000f21a469e7e9634ba12deb2cf18aabdcccef8a495e8614 1,413 1.00/1.00 vMB 93
511,472 511,472 00000000000000000044776a430134afb6314708e5299154dca6cfc74556dafd 453 1.00/1.00 vMB 9
511,471 511,471 0000000000000000001f326e1046ae4e49186fd7be595c89aaa3e70a1cddc537 896 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.