Loading Tool

Explorer IconExplorer

Memory Pool

45,903 transactions
27.93 vMB
0.08370892 BTC
Random Selection Loading Transactions
Max Size: 147.74/200 MB

Candidate Block

Mining Attempt 566d0b0c1f0c8d4a7a4bece1295950a2eab1d82fa4a70185b6eda659fe5a8bd6
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 58e8c1e06043e5b63ff2c0c850f1aee020b1a1e788937d641961a4fe5a0a189d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02992981 BTC
Feerates: 181.54 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (86,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,728 828,728 000000000000000000036eb7f25013ed49d6a6e29a14c328cb9811d2fedc848d 3,355 1.00/1.00 vMB 46
828,727 828,727 00000000000000000000ebe8d52904bbb5a5e2ad5bd29168ae1e3e6c7b404aec 3,381 1.00/1.00 vMB 38
828,726 828,726 00000000000000000000e7c5db74d3ac3da06669cb39b2e266a8d0c28bc49c55 6,065 1.00/1.00 vMB 29
828,725 828,725 0000000000000000000265d17d3aa546e58c4595168da70985d4e79f9f04fefc 5,975 1.00/1.00 vMB 31
828,724 828,724 00000000000000000001771b921d9d335b6a481835d7b65ab47af148a2f006cd 2,723 1.00/1.00 vMB 24
828,723 828,723 00000000000000000001861d9a85d763d12d44650f58577382ac57e3131b60bb 2,567 1.00/1.00 vMB 33
828,722 828,722 000000000000000000011d32b14a15d55646213c0a052020096c758b78ea49b3 3,287 1.00/1.00 vMB 40
828,721 828,721 00000000000000000002d8310b635e9d3316342a57a32d75e7f9c547ffc267e2 3,429 1.00/1.00 vMB 48
828,720 828,720 00000000000000000003454cf1e43de77db8a38989aaea3ba4b56a11432f883e 3,546 1.00/1.00 vMB 52
828,719 828,719 000000000000000000029d851732239900233fa70784b67dc46c66a4caebd975 3,479 1.00/1.00 vMB 38
828,718 828,718 00000000000000000000fe5b7be28ff2ed0d65058e72186982960de87844b31c 3,064 1.00/1.00 vMB 34
828,717 828,717 00000000000000000001205182581e11f3e1051d98e17d85bc4e6320f0359cfc 3,203 1.00/1.00 vMB 32
828,716 828,716 00000000000000000003b6f517afe20f55d52beb14cd7cdb68cd1bf23e689730 4,002 1.00/1.00 vMB 40
828,715 828,715 0000000000000000000077dbe29bc0764865b27fab673c4e7813c1ab46bc47e2 3,589 1.00/1.00 vMB 36
828,714 828,714 00000000000000000001f63ea6bea5448f99bf98c8b1e654b15905425e6fe9df 3,329 1.00/1.00 vMB 44
828,713 828,713 000000000000000000000bd62e76c9d25a5f2ee95cd6385a3d046c9cc89269cc 3,780 1.00/1.00 vMB 43
828,712 828,712 000000000000000000005b0e45abac6641e92c38f657c4e6e00bba6ce904ad9a 3,354 1.00/1.00 vMB 58
828,711 828,711 00000000000000000000077c797460c059cea9011e31dbfa5a87cdaa31c690a6 3,690 1.00/1.00 vMB 79
828,710 828,710 000000000000000000030af933c9d21be9f72e1562bbd0e16c85090846b6949b 3,171 1.00/1.00 vMB 42
828,709 828,709 000000000000000000008406b69cc90d53eb29fd89f02bc0c56892f5c3dac747 3,934 1.00/1.00 vMB 51
828,708 828,708 0000000000000000000256610c17cd778ddb7f189c08ea6442275d282ce675f6 3,806 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.