Loading Tool

Explorer IconExplorer

Memory Pool

28,729 transactions
5.34 vMB
0.02006966 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.73/200 MB

Candidate Block

Mining Attempt 26f2e3e2d7c2ab0c9400a376dc91948871a3d9c77151aaba812be1a4c23c0a15
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root 1f15a7b69a0bc440c0040a00f9c595fc655f4ae4889cf2369b9f00a694c5351a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 648
Size: 0.18 vMB
Total Fees: 0.00659921 BTC
Avg Feerate: 2.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (706,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,767 206,767 000000000000047d8900750308294c378aca6c99c14f788580003ff000f4c78c 0.05 MB 127 317
206,766 206,766 000000000000046d4be65637f850124bba67fcdb733e13428b9a253b7d6606dd 0.05 MB 142 269
206,765 206,765 00000000000002221bade37aba9ecd360f546ce78a691b31bf6095e4ea2708bb 0.23 MB 614 194
206,764 206,764 0000000000000017f6a5087b64cf888061d626de8725db15e7ff953980ee1565 0.05 MB 87 315
206,763 206,763 0000000000000117b30bc025eb1fd22c307ee3695a246ea862d53f14f1869e4e 0.24 MB 721 219
206,762 206,762 00000000000001c96dcac198bec09fe5c644af9366a12bb7fd2427005c9b2c84 0.10 MB 176 213
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
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

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