Loading Tool

Explorer IconExplorer

Memory Pool

83,309 transactions
32.66 vMB
0.10173845 BTC
Random Selection Loading Transactions
Max Size: 195.87/200 MB

Candidate Block

Mining Attempt dc013d603f08cc3741f5b0222fced512384fa917e216dc9f7cf5b31042d999cd
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 781bf5611df09cb61a9ac50883ee0e9c2d53c9827b23f72e4754dd9837aa132c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,195
Size: 1.00 vMB
Total Fees: 0.02550492 BTC
Feerates: 265.25 > 2.56 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (443,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,508 471,508 00000000000000000101cd33f04b5ef23b588f1fc124c5c0aa292bf5c2421e2d 1,692 1.00/1.00 vMB 278
471,507 471,507 000000000000000000373985749708cc9ab58224b99d64ff84c729a7b8314d26 2,179 1.00/1.00 vMB 338
471,506 471,506 000000000000000000dec87a8cb93d0b6ed3d4e3d888828edf8af4e974468379 1,981 0.99/1.00 vMB 211
471,505 471,505 0000000000000000005d44141b7537e2ff16740136e27f74b8411d4ab418049b 1,776 1.00/1.00 vMB 251
471,504 471,504 0000000000000000017f94e35aa0353ffc568296741f4458b1baa316883f4baa 2,017 1.00/1.00 vMB 295
471,503 471,503 00000000000000000033df37b1ba73aeb0cb6880ec721f017902b650111bdd03 1,707 1.00/1.00 vMB 345
471,502 471,502 00000000000000000047c4b10af20b3755e2b158fe6f93f06c4de2cd73d3e2cf 2,244 1.00/1.00 vMB 398
471,501 471,501 0000000000000000014d01a6307126814b911cf34b3c84a2899dd053bbc97356 2,584 1.00/1.00 vMB 416
471,500 471,500 000000000000000000ed016d951a0a51abb8eb1d60855b77a6bad2a686f9f177 2,291 1.00/1.00 vMB 321
471,499 471,499 0000000000000000007e6e725f1d5b478378496e07d22a8d5859ad95d7d5a2bb 2,002 1.00/1.00 vMB 331
471,498 471,498 000000000000000000617085607ca02caf58c0f000663e96fcb1db0a3ac04175 1,272 1.00/1.00 vMB 93
471,497 471,497 000000000000000000a982bacf1429f91f5b62527f871eabb78a77a5f45e6480 2,310 1.00/1.00 vMB 279
471,496 471,496 000000000000000000f075b61790af2bef6b5edbdc15fa8b90a59d25fab3765f 1,660 1.00/1.00 vMB 169
471,495 471,495 0000000000000000002b5f150d36174e8f75f006c88fa045d9c0627ff4c1fd0f 684 0.36/1.00 vMB 302
471,494 471,494 00000000000000000120558c26532818ba4eb3c22c27fb43500e37ee26b9ec69 1,523 1.00/1.00 vMB 217
471,493 471,493 0000000000000000002a8fe730dab14e1c46f8afc240e481fc5663d3adce9a2d 1,375 1.00/1.00 vMB 125
471,492 471,492 000000000000000000c33ebb9250bd46d5300cecdc4cf2bb376a210d5ed6ee9b 1,748 1.00/1.00 vMB 123
471,491 471,491 00000000000000000143bcd6bb4cae49187febbcf39f7c3c9cb025c4124c2db1 1,622 1.00/1.00 vMB 117
471,490 471,490 000000000000000000727c1b97bd23eced002d173057c8349056694205208528 1,152 0.99/1.00 vMB 138
471,489 471,489 000000000000000000763acce2317118764555b884330edd4d1e7fff104137e8 1,018 1.00/1.00 vMB 133
471,488 471,488 0000000000000000006b005978598d1f3819cc3edd6100a87d6085c6e195b78e 757 0.99/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.