Loading Tool

Explorer IconExplorer

Memory Pool

44,668 transactions
26.64 vMB
0.05940457 BTC
Random Selection Loading Transactions
Max Size: 140.95/200 MB

Candidate Block

Mining Attempt ded0733ae3919c82104446415f4da7af8b67328e6115e9d5deb357b7121be32c
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f226b65885e58dc31eeceec41269a8b16a861c9d49e99845e84777ece35a473e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,284
Size: 1.00 vMB
Total Fees: 0.01046966 BTC
Feerates: 101.72 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (508,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,724 406,724 000000000000000000e4b1dbc55659bfa550b5b8c244c39d7aa73ce191828877 1,060 0.91/1.00 vMB 30
406,723 406,723 000000000000000005d8e2fbb32cd20623376e07a88f0df1ec9298cb5404450f 2,530 1.00/1.00 vMB 45
406,722 406,722 0000000000000000028171d66ae2edca4de693ce3006c9e4e5405b7c13df813d 1,285 0.49/1.00 vMB 48
406,721 406,721 00000000000000000554be1ac5ef0df7ce301afce9bb3d3a6f5eac21ff82a13c 380 0.22/1.00 vMB 37
406,720 406,720 0000000000000000035ae5d0ab1121a7aad93940cb8468d9008113719229c9ca 1,012 0.66/1.00 vMB 40
406,719 406,719 0000000000000000038fb9c9cd646ae0984804a63e68d04e2bec2adc48ad3409 793 0.40/1.00 vMB 48
406,718 406,718 0000000000000000022287ec665b8e289db6c63fad348ecdc1f6297e8c138eb8 363 0.22/1.00 vMB 36
406,717 406,717 0000000000000000000d2968d68fa15e73a41c3faa4efdab737ac0bf0205f491 1,612 1.00/1.00 vMB 34
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
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.