Loading Tool

Explorer IconExplorer

Memory Pool

64,595 transactions
21.42 vMB
0.07806468 BTC
Random Selection Loading Transactions
Max Size: 136.06/200 MB

Candidate Block

Mining Attempt 5adfde30da8f2bcacefcd346ce70f9a188c74b7df85a417a337c2d2d30cd2a5b
Version 20000000
Previous Block 00000000000000000001d4de7de8049111c10bcfda8c0c2a67a4b3c06ee3fdf1
Merkle Root 57512094d9749c5ad84b06b7145c9d3861c05507c34965c00ec68863c9139929
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02856544 BTC
Feerates: 318.30 > 2.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,674 (793,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,255 122,255 000000000000454a3e87b456340f0d698136f6635331cf0f1662b2dfd0a0e9db 9 0.00/1.00 vMB 325
122,254 122,254 00000000000074127740cf5bcf00f55b514c0558699b0f5d819ff476ff318927 12 0.00/1.00 vMB 0
122,253 122,253 0000000000007b17612c475e09b322f6b6409845b5982349dc500b59dda29dd5 10 0.00/1.00 vMB 0
122,252 122,252 000000000000697c7d4d3507bf58f9e61b06d97c40a21b856f1b72de04c44d08 9 0.00/1.00 vMB 0
122,251 122,251 0000000000009720087b488d4a18a6e2c4d7ddbb073b8266a7a9eff250adf3d3 8 0.00/1.00 vMB 0
122,250 122,250 0000000000004363436a414cad8e1cdb75f436c85b93923edbd3cc1d876fbf41 13 0.00/1.00 vMB 584
122,249 122,249 0000000000003bab766eedd23eb2b082b63dc781c6a7456bf6bc2458c353e07d 8 0.00/1.00 vMB 290
122,248 122,248 0000000000003f7959df9aafdf735b3e11fc39565dfd537f9224b24013d3a433 12 0.00/1.00 vMB 0
122,247 122,247 0000000000003bfa47a830437529f742d331d58f002061ea48df05dfde80e080 9 0.00/1.00 vMB 0
122,246 122,246 0000000000001e44b3c5e82f2c5297a59ec1e67a27e976c37d4a7f07afe80002 12 0.00/1.00 vMB 579
122,245 122,245 00000000000076c38ac1dae4a2c178f5f3783e2729276a6ec3c2491c67ffd984 23 0.01/1.00 vMB 0
122,244 122,244 0000000000003420b166afb65fcad64f2d8fb84c805ba8a68d624c906ff82df7 13 0.00/1.00 vMB 0
122,243 122,243 00000000000077c7b51185a4052cad81cf39d33f328735585b8722bdd6559521 14 0.00/1.00 vMB 571
122,242 122,242 0000000000007caae0c5606b849c9508e3f1dc14ca90e5439f2b59b997dba582 12 0.01/1.00 vMB 353
122,241 122,241 0000000000003f09b282cc8de706fc0423c8ebbc38d2ced5de5361b49118f6fc 30 0.01/1.00 vMB 2,048
122,240 122,240 000000000000590f8866742917b5c77759304cc8f310cbc6c24f8167fd144ca3 10 0.00/1.00 vMB 293
122,239 122,239 00000000000041d19b027a9ff30af72ff7245967ecceb777289975848b293e25 12 0.00/1.00 vMB 645
122,238 122,238 0000000000000f1a1bdacfa630aa493290c211d65d460054b97466f7415c3bc3 12 0.00/1.00 vMB 0
122,237 122,237 00000000000091861bd7d2d9442d11d28e7e28a74d6afc1a0009a849574d2f11 6 0.00/1.00 vMB 308
122,236 122,236 0000000000001beb2a0bd06ecddc8364ef8ce5c367b50bcd0b809f9769066253 22 0.01/1.00 vMB 626
122,235 122,235 0000000000006eb349f8e9de0b2529e8d032b4bfed4c335c7f590509c1735f2f 30 0.02/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 783.55 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: 774.25 GB
    • Received: 20.66 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.