Loading Tool

Explorer IconExplorer

Memory Pool

10,111 transactions
2.43 vMB
0.01090173 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 18.24/200 MB

Candidate Block

Mining Attempt 814cf5b3e385ac4938939c75ebb05d2399205054228973c3d2be2d48aeed5403
Version 20000000
Previous Block 000000000000000000013bb03277b3866ead7bfdbe2b885c9f2f2fd5b7491eaf
Merkle Root 27ee3f004ff22995aded06707ce000135d899eaa8de7e68907056ecae9be421d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 536
Size: 0.13 vMB
Total Fees: 0.00476647 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,889 (706,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,761 206,761 00000000000001fcf0f7fbc87aee0026f3a8eaac5424c43b5bc762ad225dcce0 0.09 MB 154 129
206,760 206,760 00000000000002f295df73bbae8849a6847a981314357668695185603f3c4d6a 0.16 MB 365 181
206,759 206,759 00000000000004510de911c812518073bfdaeba25482b233526e87647ebadd97 0.05 MB 108 87
206,758 206,758 0000000000000493df8c9ea6eece5d692a98ea4be2859a9904bf0200d3059b35 0.18 MB 315 171
206,757 206,757 00000000000000705bd738696bb8c329ddc16bf125a85ce5123315af61263ca1 0.25 MB 530 158
206,756 206,756 00000000000004e379ce5a44a802ed3bb79e7955608fc680aee4ac768c143845 0.20 MB 268 136
206,755 206,755 0000000000000183d5b0655c05d942df0d871aadf9eca217dbb51002345342b3 0.25 MB 653 227
206,754 206,754 0000000000000410088ea0278d4db6b13ef1b0400a755b41d4926c7215b3c2d1 0.00 MB 17 65
206,753 206,753 0000000000000231d7d1f4265a4f2c237e7ab2cbd0294becc50daee31a3a5ee4 0.04 MB 92 148
206,752 206,752 0000000000000308cbe1124bb98e1a0c8c08a1244f20f41da3e25f854a654fc0 0.14 MB 324 246
206,751 206,751 000000000000033fa91763c29e6ab7cbfcbe07af9984fd698eea932f674742b5 0.00 MB 10 0
206,750 206,750 000000000000032b6437d45480691bb6457762f507eeb6d8a3f9aa8f8e8b834b 0.22 MB 581 209
206,749 206,749 00000000000003f57fa965a7693403e8ececd704534342eab015067a5a0cf9da 0.02 MB 67 31
206,748 206,748 00000000000003e972d46e3dc67339f8c30c2aa8475c5b6733246e8348ccf4e9 0.21 MB 504 190
206,747 206,747 00000000000000cd6097fd40f5b92afaf0c53ebe517d78254113163009c1b525 0.05 MB 140 1,956
206,746 206,746 0000000000000191089aca61caa3ddca74f433b38d73f81ef34b038eaa16e39e 0.03 MB 67 153
206,745 206,745 0000000000000437f50e8410021b5953e829e67823871bc0c9043a73f5aabcd6 0.01 MB 37 158
206,744 206,744 000000000000020299509efe53bec0e6bafbebb3c3bf9b605f48913be4d7ed73 0.02 MB 16 58
206,743 206,743 00000000000003df240df3b93e11de744959b52c7561dfd903f67813f01d428d 0.02 MB 40 121
206,742 206,742 0000000000000126f53d16d497d9a9a0fcd10967edcd4ab0d27e3f94fe3d09c9 0.19 MB 441 258
206,741 206,741 00000000000001728d474a83bbc2ec713b641745074056b0382ef4b43b8b9246 0.01 MB 35 279
Previous 10 blocks ↓
Total Size: 778.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 268.61 GB
    • Received: 2.46 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.