Loading Tool

Explorer IconExplorer

Memory Pool

48,950 transactions
30.10 vMB
0.15883557 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt b77026150e63f8884ca10c5dd49d171ad9fe04065f9268803000c352cd913d7e
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root dd950022812eb3001ccaad17ddf461d5881871e1cb77132f463b9993bb2c2e56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,206
Size: 1.00 vMB
Total Fees: 0.08358918 BTC
Feerates: 261.10 > 8.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (508,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,716 406,716 000000000000000000d2adeea6d1a82d2b4d1c3283ad9da4d657991c0ef7981b 1,732 1.00/1.00 vMB 36
406,715 406,715 000000000000000003fd1c304b6c2e3b69de18359d5e1b88a033b8e3c7b30791 2,036 1.00/1.00 vMB 31
406,714 406,714 0000000000000000019b39e06e8ffff5c6e248628e0864eb1f153c166c9bc9cb 2,295 1.00/1.00 vMB 33
406,713 406,713 000000000000000002393c10b174d3c582712f31c868543d12e9fab195935110 3,389 0.99/1.00 vMB 66
406,712 406,712 000000000000000005e5d76f47b1bc03aacb4047591479bdd257b1761f6f1ae0 237 0.13/1.00 vMB 32
406,711 406,711 000000000000000002db376c2f6b8d94bcdf5694b84d722eb7ed28125f70354b 655 1.00/1.00 vMB 15
406,710 406,710 0000000000000000036bc3933d4c681b533485aa38f81cbb7517bbbaae411f1e 930 0.68/1.00 vMB 23
406,709 406,709 0000000000000000012f6fc14249a90f2aab6703723560306f18ff372de8df50 1,905 0.87/1.00 vMB 37
406,708 406,708 000000000000000002b8a832681564f5e3e78cc55f8f504136ea43a1abfca6a4 404 0.51/1.00 vMB 16
406,707 406,707 000000000000000004e24777f05e9769d5753f09fffb1aae17897b56f51cb401 1,345 0.93/1.00 vMB 26
406,706 406,706 000000000000000004b4ee6322bdb96bc66e017c2af3093a05230d5718d388f7 1,554 0.67/1.00 vMB 40
406,705 406,705 000000000000000003ad4e2df0072f65bff4f5fabdaf9ea8e816be146da785a5 1,608 0.73/1.00 vMB 34
406,704 406,704 00000000000000000582505708d1ca17be70f27702818624311bcb2fe19c2915 659 0.29/1.00 vMB 36
406,703 406,703 00000000000000000127ad5b5986d45d029f1f46beb5988b54d7786ae36897d6 2,003 0.83/1.00 vMB 36
406,702 406,702 000000000000000001209fcfadb4d757035cfe8b68fb533c28d1c2468fe8ab08 1,652 0.93/1.00 vMB 28
406,701 406,701 000000000000000002f39ede9c8eed91a98bacc746f7ccd7dd280b3d28d58b0a 263 0.20/1.00 vMB 22
406,700 406,700 000000000000000005b8d24675e101734db88c838a2383bf97e1dfdbe61e3bd3 716 0.68/1.00 vMB 24
406,699 406,699 0000000000000000026418d7909f80434a91f0e7adb238da5a46b8d0b3311169 1,036 0.55/1.00 vMB 35
406,698 406,698 00000000000000000303c071bbeac28bab72280b410e4f599a8a8fddd0a1e9f3 333 0.15/1.00 vMB 35
406,697 406,697 000000000000000004695fdcc04398fc6f4f7d82b65f696952d82ac16dd8f6d2 1,332 0.84/1.00 vMB 32
406,696 406,696 0000000000000000009ab2e0912899bb22f4f7d19b2338cb0e83271e050752b9 1,225 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.