Loading Tool

Explorer IconExplorer

Memory Pool

73,585 transactions
28.51 vMB
0.07109141 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt 801be6ac5df6d8ead68cd1825e0ada65a70aa4eba49aa8fa90a9895e0ce35c6e
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 023600f7435b3fb791db4acba30f59ce867ccf250ed8f0dbc0c870518d53c778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.01387694 BTC
Feerates: 100.36 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (235,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,292 679,292 00000000000000000008ec5c55eaa00041afbaf336ccc6da7089dde63ff27e13 2,637 1.00/1.00 vMB 125
679,291 679,291 00000000000000000009e1c6f5f0afafe79fe0fa196b4c9fa897d1715afd092b 1,226 1.00/1.00 vMB 35
679,290 679,290 0000000000000000000153b9bd673f24fbfca782d794f9c75ea9daf1d49c8e58 937 1.00/1.00 vMB 37
679,289 679,289 00000000000000000005310f626ab1066dad3e6a5c6ce8d62a5764f932dff117 2,342 1.00/1.00 vMB 87
679,288 679,288 00000000000000000004cc115cdc796eefbbb9cdfab8bcf5ee12f12a75ebebb2 1,855 1.00/1.00 vMB 115
679,287 679,287 0000000000000000000c068065fed7cbc897cbc4fb32768858f64e118aabe555 1,915 1.00/1.00 vMB 63
679,286 679,286 000000000000000000093d7ee4869467d050eb3672118467904b807675d12bdb 2,166 1.00/1.00 vMB 43
679,285 679,285 000000000000000000048c1f6148075b2212b366cd6fa5f95a9eec8968921379 2,373 1.00/1.00 vMB 42
679,284 679,284 0000000000000000000af7dd882d6605909b96c86121897e11ede71301bbf3ac 1,806 1.00/1.00 vMB 51
679,283 679,283 0000000000000000000b24c7a05d7e851c302d59a6b6962190b6d7c5c55b4137 2,125 1.00/1.00 vMB 78
679,282 679,282 00000000000000000008a540d4732aeddeef85e69ea884ed0ad2b3e8cd069d11 2,283 1.00/1.00 vMB 66
679,281 679,281 00000000000000000006e9b5a78e820278ee51ea45027c80eccccaab934c8281 2,339 1.00/1.00 vMB 83
679,280 679,280 00000000000000000004da5101ffe05e1f6b5f491e4f68a330cd63697a1aaed2 1,584 1.00/1.00 vMB 92
679,279 679,279 0000000000000000000110ebca582ca0e14d126d8b54a13fda9390e5aefe30d8 2,372 1.00/1.00 vMB 122
679,278 679,278 0000000000000000000516c67638029caad23c4d2d8bc6a071d37cb1522902b0 3,045 1.00/1.00 vMB 46
679,277 679,277 000000000000000000044735417971853f62f31c41b7a6617ec44a26d5168bff 1,964 1.00/1.00 vMB 56
679,276 679,276 0000000000000000000738b49b93adabc44011c33d653bc970686bb32d73bf50 1,630 1.00/1.00 vMB 111
679,275 679,275 0000000000000000000794521a780c9b5f04dded865cd613cdcb3e1cc7e86c93 1,780 1.00/1.00 vMB 86
679,274 679,274 0000000000000000000471a7c15acc08a036637008cc1b3b1b822b5f19c6ce9c 2,090 1.00/1.00 vMB 67
679,273 679,273 000000000000000000038b791715d1443e6620f9831a96fca0c8eb2e0ba93585 2,571 1.00/1.00 vMB 41
679,272 679,272 0000000000000000000552041d753e5c7e5a5f564bb65f805a03645d0cde5ef2 2,571 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.