Loading Tool

Explorer IconExplorer

Memory Pool

72,265 transactions
27.98 vMB
0.06611083 BTC
Random Selection Loading Transactions
Max Size: 165.70/200 MB

Candidate Block

Mining Attempt f8c0e36c4063768af79f28a4f249d19a7b6d5fe2ad3746ff23ba6840bd548f77
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 14a45b1864b0311c3341fe109d6d10a248510042037bf81102f0d3b5c627fdba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,834
Size: 1.00 vMB
Total Fees: 0.01024489 BTC
Feerates: 73.20 > 1.03 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (425,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,254 489,254 000000000000000000c2265600ceb9839d9e4a73aecb167f3c1432216840e941 2,760 1.00/1.00 vMB 168
489,253 489,253 0000000000000000000f5b7847df8b012ab04e290ac974a4132d9d0480c37188 2,585 1.00/1.00 vMB 168
489,252 489,252 000000000000000000278d7fb5d49946b9f461504f1320266952201f6653b750 2,396 1.00/1.00 vMB 181
489,251 489,251 000000000000000000863a505b28aaaa3166b2f21d5c0930310816043317dd80 2,185 1.00/1.00 vMB 114
489,250 489,250 000000000000000000b7959135e5dd8465803cb11ac989327b35730c83b311ec 2,080 1.00/1.00 vMB 116
489,249 489,249 0000000000000000005ea17b01b89a7f308e34880e6b04cb4d3a7f42e193bfa8 2,504 1.00/1.00 vMB 82
489,248 489,248 000000000000000000104b7a33c24e81a355de16dd24c3342284ff0a749efb9a 2,094 1.00/1.00 vMB 118
489,247 489,247 0000000000000000007a26f5c461eca667ee49f1c3afc414ecf35d7b2f4fb761 2,022 1.00/1.00 vMB 121
489,246 489,246 0000000000000000003b17e0f5a6da8373d8c4127f20f768d2410e13939ce588 2,790 1.00/1.00 vMB 128
489,245 489,245 0000000000000000001d759805f62f04db14effad5732dad4642cf2aabb7752e 1,981 1.00/1.00 vMB 130
489,244 489,244 0000000000000000000e9b4acadf88ec910aff57e130a45de16dd74111e930d6 2,526 1.00/1.00 vMB 168
489,243 489,243 0000000000000000006625d9261c06c8417564bc436d08094243ccc89d20af52 2,159 0.97/1.00 vMB 104
489,242 489,242 0000000000000000008753fa55fa7e15f046db153b3934dc147d5510e163bdee 2,659 1.00/1.00 vMB 120
489,241 489,241 0000000000000000007d74a16fe216046a62365499d39462faaa38d6a2b66ae8 2,321 1.00/1.00 vMB 135
489,240 489,240 00000000000000000090e5e2c89285a52f97ac8eb4fa3d4ff1f1644a655d3d10 2,290 0.96/1.00 vMB 161
489,239 489,239 0000000000000000001aee70f137a160f9e313710f0a7d1c2abde1de5871929a 1,886 1.00/1.00 vMB 148
489,238 489,238 00000000000000000068b26b91e31e8553c2fe20c2dd3dcaae5ac079cdd46d29 2,253 0.97/1.00 vMB 146
489,237 489,237 00000000000000000017e1bed9ca45d5e6a3fc7587f00b3a6e10204f31087b82 802 0.99/1.00 vMB 155
489,236 489,236 000000000000000000dac6efe8d588131c32da2aa919ba4a4e65fd8e1e78c423 2,168 0.94/1.00 vMB 193
489,235 489,235 000000000000000000222463f92c6d0d6aba4e7370c342faf83df5b67956f37f 2,238 0.97/1.00 vMB 146
489,234 489,234 00000000000000000098dc95e451769e2b13b4fc4db2d4c806f7f57b1374ca5a 2,647 0.93/1.00 vMB 123
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: 667.51 GB
    • Received: 15.26 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.