Loading Tool

Explorer IconExplorer

Memory Pool

78,956 transactions
30.09 vMB
0.09151863 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 9943d5539131c0fc354566966000f18522f9355649e0344ea4b4de2e0be24d15
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 0ff6d3b14b9f895c59edf11824bef5023ea7af9a0acd5c37bd9202349a1190d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.02150455 BTC
Feerates: 150.61 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (434,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,237 480,237 0000000000000000009c2b9718c3f338b3e4c1183e7079799fe82ba9b35dbeca 2,628 1.00/1.00 vMB 186
480,236 480,236 0000000000000000001ec328a3e051df2f78223d3c8e8a27483c31c74d3b2aba 2,361 1.00/1.00 vMB 207
480,235 480,235 000000000000000000e16a6ae49ad821ec41b9d84498b7cbbb213dc39bfc4298 2,334 1.00/1.00 vMB 228
480,234 480,234 000000000000000000326cfdf5ec3dd45af18f52a8825ec9485d28fe14625801 2,568 1.00/1.00 vMB 230
480,233 480,233 000000000000000000e661bc1170a17b3d7236a1a08bda3da78a5ab5c65e7dc1 2,558 1.00/1.00 vMB 194
480,232 480,232 0000000000000000002a77871b914673b8e8adab803b4193b1ce403f9a0b86e6 1,981 1.00/1.00 vMB 207
480,231 480,231 0000000000000000005c3cc7b6a1aa43133a1df5df702066af8ab36b10d0c614 2,602 1.00/1.00 vMB 236
480,230 480,230 000000000000000000e44a91fc3c9b8f0be854bc34fca8a1dad755ac44e316eb 2,400 1.00/1.00 vMB 232
480,229 480,229 00000000000000000054ab1b3fe8eaf2b6b3f65df3a2e30f39f5d1bcba093acb 2,293 1.00/1.00 vMB 218
480,228 480,228 00000000000000000005c0d418e738f33839b93e3c58ff477e380c4ad86f70d8 2,338 1.00/1.00 vMB 237
480,227 480,227 000000000000000001081d14408ea59cc47bb72a7989477f0aa71b2175de67a1 2,008 1.00/1.00 vMB 188
480,226 480,226 000000000000000000a64e9e42b34092cb509c6c94a7405c1c5ff084b7492e4b 2,354 1.00/1.00 vMB 176
480,225 480,225 00000000000000000040383347a66c3f9463923613f9eb41a4dfb49a9431c170 2,210 1.00/1.00 vMB 231
480,224 480,224 000000000000000000275dfb2ce934be07c444f12af80855e40826e1e064ab81 1,305 1.00/1.00 vMB 151
480,223 480,223 00000000000000000019d2689164af9916bf84ebe40db7009f697b3278a859ce 2,233 1.00/1.00 vMB 226
480,222 480,222 0000000000000000007d4d175cd96bf4ac0377c9f6932f0f72d96c2d877de769 2,460 1.00/1.00 vMB 227
480,221 480,221 0000000000000000011a7c4253b76a1b08d701519e575362d8cb5df5385a1097 1,925 1.00/1.00 vMB 233
480,220 480,220 000000000000000000dcecc36908cc6aefad635f659f8f85cad9810656bad3cc 2,140 1.00/1.00 vMB 272
480,219 480,219 000000000000000000ec3f53c3d808021f70ad41f2785261b969ebb3cb66f7f9 2,477 1.00/1.00 vMB 234
480,218 480,218 000000000000000000ba57af75c2c20f46775987c530da2c867df82f32dbe655 1,492 1.00/1.00 vMB 110
480,217 480,217 0000000000000000003cf70bc89448046866673a93d84bab489596063ec4146f 2,152 0.99/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.