Loading Tool

Explorer IconExplorer

Memory Pool

31,963 transactions
6.20 vMB
0.05568893 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.93/200 MB

Candidate Block

Mining Attempt 7a621cec3161408b8d01835892b49a18d041a970b7808440dd605fbb58a86a80
Version 20000000
Previous Block 00000000000000000000c32407679a99209b8f0ad907bc52f5ce116fa76332e3
Merkle Root 5ee6ada21d412aeb526b3b23936a956d5554bc82db60393a7228ac0ab143f1e7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.04188283 BTC
Avg Feerate: 2.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,935 (778,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,835 134,835 00000000000001465c2bf5648898b2d4402f1b7cfb7be1aa265164e14fc8b1ec 0.07 MB 86 908
134,834 134,834 000000000000006b01c624b37a5d1c93ab81df9346e4de03aab685178ed82747 0.03 MB 102 131
134,833 134,833 0000000000000045fd1baff085d5c703a805bc2e2a0fc55f7f1e32181714921b 0.03 MB 63 583
134,832 134,832 00000000000005e56c2843ccb9ebed96734515a03ea256be20dfae15d5fc64a6 0.02 MB 46 275
134,831 134,831 0000000000000289cdb85a7b5e27c4d4f4a267cd90429938e4038f41081354fb 0.02 MB 50 417
134,830 134,830 000000000000013dcc8ceed440f843d91cd4d5f8c78d1c25eadf337f4330369f 0.02 MB 42 931
134,829 134,829 00000000000008837c0f5a9ba13c902acb84dbc5327bfe1b1954498b7fa1c3ad 0.01 MB 44 95
134,828 134,828 00000000000006c7acbdd3eadbdc5f916086be47b98f6e9b509e1cac7bc69946 0.01 MB 26 191
134,827 134,827 000000000000045e8d532159773a22671254b5f11014e04f621d6043d75339ac 0.01 MB 44 342
134,826 134,826 0000000000000c0c240071063b6e220a938eb9ebe0a9d6abbdd5f102d423b1d1 0.02 MB 29 610
134,825 134,825 0000000000000a59ecbd860356cd92a362c60860957220595e6869412aaccf70 0.02 MB 42 606
134,824 134,824 0000000000000841b5fce5967ac85be8d4af62f957f46a9de35f078ce30c8bf7 0.04 MB 95 233
134,823 134,823 00000000000006f650e618fbd482152b240d7f5292955ce04f398d95f7621b33 0.01 MB 28 751
134,822 134,822 0000000000000c066f239b2b4034c24d29fd215b1dad02c21d9ef4d472e4593c 0.01 MB 15 817
134,821 134,821 00000000000002a36ed85b67d0000a34fe7fd9f803441c86a392b7b2b21ee72b 0.00 MB 1 0
134,820 134,820 00000000000007186d52cacd3c79efa67f531fd7eb343303ecc3ee81ae1842cf 0.00 MB 15 97
134,819 134,819 00000000000007432633e1ab046d925e338e99498971b6a283bd744c8d44dc0d 0.00 MB 14 304
134,818 134,818 000000000000071e9a4a58dcdc65211752c4ff63f302818fc0ffa17589821bd6 0.01 MB 38 313
134,817 134,817 0000000000000337e66129d12df74d254cd848d6ce7367c83a4efa5da71e506b 0.01 MB 13 506
134,816 134,816 00000000000003138f712cb8b91faf8ba2256a6fb7bb9b8b02fce2834539890c 0.02 MB 37 251
134,815 134,815 0000000000000bed1a2928a1ecc6a3d92fe6ac5125a0f2b826745b1fcd546f61 0.01 MB 22 739
Previous 10 blocks ↓
Total Size: 778.73 GB

Node Details:

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