Loading Tool

Explorer IconExplorer

Memory Pool

27,821 transactions
4.93 vMB
0.01877661 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.69/200 MB

Candidate Block

Mining Attempt 3f013857060fa5f57a880cb379f0f421b3a0c4bd9597c341be3eedc129e4287d
Version 20000000
Previous Block 00000000000000000000f174cf5764d1bed201c515cd91ae9b0c096da3b23d93
Merkle Root 292f31c1e238ed5c29db40fcec33b508e721fb44046292e99b4a7b0feb123659
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 384
Size: 0.10 vMB
Total Fees: 0.00650396 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,824 (572,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
340,812 340,812 00000000000000000970322cfaada98ac513987761aa2f023a7dba0fa5bfe5e2 0.10 MB 90 10
340,811 340,811 00000000000000000b812fe1a36caddcfc39ffff26b016b9c94accd0d9a70612 0.27 MB 456 28
340,810 340,810 000000000000000013d2a662d39848f97c18d37d3f35a3061ab75da7a0b9a3ba 0.64 MB 1,391 28
340,809 340,809 000000000000000005d803d5272e85f6359566402a27e1286382027c58a760d6 0.19 MB 365 23
340,808 340,808 00000000000000000bbe82bb2e772e51c1f39ad3fe4f7da5178179724b07bad0 0.26 MB 425 23
340,807 340,807 00000000000000000db28dedfd546d5afab689dc992f73bafc8821e09652ea2d 0.17 MB 393 30
340,806 340,806 00000000000000000196304006126b86f4490a74e4358745a37be8c42e6b02a5 0.39 MB 551 20
340,805 340,805 0000000000000000181e9efc4bf53128292b413d028bdbfd9150067c3e39b37b 0.03 MB 49 12
340,804 340,804 00000000000000000f93e80d4221c769e72a4f9134942b17d34342da256ec82d 0.52 MB 958 24
340,803 340,803 000000000000000000e6632af30b27dbec68c6143dee7d7a9f1664e3f6e70744 0.24 MB 328 17
340,802 340,802 00000000000000000e98742affec8304d80766a45ba70ea5191c53fffca064d8 0.08 MB 116 33
340,801 340,801 00000000000000000cb738669f1c2d0125603cb3fc8c2c97875078eea9acf3d9 0.21 MB 345 20
340,800 340,800 00000000000000000b15728bd5bb7d83801b113fc749d1740c2b2fa28646359d 0.08 MB 197 48
340,799 340,799 0000000000000000021f99d8a10c91e617b737260b981bc54a19282c8db2569d 0.18 MB 275 22
340,798 340,798 0000000000000000086acc560bec19c00a87f3b187e7db96e38c2cf75ee42bdb 0.02 MB 61 28
340,797 340,797 0000000000000000015cf55bc9928b55b86376f6ff136b85451c80498bdf1993 0.18 MB 397 28
340,796 340,796 00000000000000000535ba144449a1a840216a3e9511303ca2ed908e99b4fd37 0.23 MB 494 29
340,795 340,795 00000000000000001355a1f1831823897fdb8ab1d88d342f76ae504eee4e57f6 0.10 MB 234 31
340,794 340,794 00000000000000001132e6fdfb5860a9597e2966b511704fe1044cd0a6f491f5 0.20 MB 389 24
340,793 340,793 00000000000000001403f68540ed0b8558836f634890cbb5c980085d9d9363d1 0.33 MB 701 27
340,792 340,792 00000000000000000ce55516050c0275cd338760ade0b69eee407e1a8fe3de60 0.28 MB 322 14
Previous 10 blocks ↓
Total Size: 778.53 GB

Node Details:

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