Loading Tool

Explorer IconExplorer

Memory Pool

42,468 transactions
29.23 vMB
0.07473225 BTC
Random Selection Loading Transactions
Max Size: 149.89/200 MB

Candidate Block

Mining Attempt fb5f4acd230a34293d66ee784ec880082e3cafde846e9890a4c41cd61e3a3cb6
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 25f95ed7780f6c0384b81df2e27520e211766ac9e4103ab5d75afd0ba39322f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.01744766 BTC
Feerates: 100.36 > 1.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (225,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,802 688,802 000000000000000000046f5c8b5eeb7776eadcf70ee5f382f9a3c81ced49557f 1,836 1.00/1.00 vMB 12
688,801 688,801 00000000000000000004306e546aca7faa0d3ca4a54c25b3def177615e4869bb 2,368 1.00/1.00 vMB 27
688,800 688,800 0000000000000000000636f47dd9f69e644e1d3bb6377cdf347c0204e200962c 2,836 1.00/1.00 vMB 62
688,799 688,799 0000000000000000000306e8d009aa91fc5386f61d8f9cdaeffab7044eed2bb9 1,720 1.00/1.00 vMB 54
688,798 688,798 00000000000000000006aa65ca7a60d7827d6397090159938d402b64a93c7526 2,903 1.00/1.00 vMB 74
688,797 688,797 00000000000000000001407b9cd46ea5072d4c19eee146a3aa8eaae9f7b87829 1,690 1.00/1.00 vMB 27
688,796 688,796 000000000000000000047a584a9ced7675a29f2caef0060b37139ddb9dbd58d4 3,514 1.00/1.00 vMB 58
688,795 688,795 0000000000000000000ac043f40c3b15a228ab08a269bd38b3a30d4ff7fac9c9 2,555 1.00/1.00 vMB 49
688,794 688,794 0000000000000000000d9db22cc373243f7a87e7fd49d5a0f1a56c3cf255b796 571 1.00/1.00 vMB 56
688,793 688,793 00000000000000000000a8176458ccbb3d4a707f8bb68b7fc579a6eb9a26a430 2,689 1.00/1.00 vMB 69
688,792 688,792 0000000000000000000a0ed2204ed176c8be70c26eb98a1b59f0e958e9926a00 2,236 1.00/1.00 vMB 28
688,791 688,791 00000000000000000005f26172ca2297a24dcf3412a6d5219b1c43fc61abdc17 2,426 1.00/1.00 vMB 24
688,790 688,790 0000000000000000000297abc7f8ad5495934d438ef22b3ef7f29c08f6e686cf 1,942 1.00/1.00 vMB 32
688,789 688,789 00000000000000000009bffd75bf8e6e02e4fff91b026471423db49994047afa 2,442 1.00/1.00 vMB 74
688,788 688,788 0000000000000000000498afd956ef056c27e78c378bc26362f8345e897fff9b 2,655 1.00/1.00 vMB 50
688,787 688,787 000000000000000000008e5d42657902b9953abeed9c3b60712562074904ee9d 2,815 1.00/1.00 vMB 22
688,786 688,786 0000000000000000000c9f1b0e8eb4e70b4ec4bde57fda11a89bf1a916c66eb3 2,514 1.00/1.00 vMB 36
688,785 688,785 0000000000000000000303ae0d304c35070fdea7641bf8a31890455c20222af4 2,919 1.00/1.00 vMB 51
688,784 688,784 0000000000000000000dc722f6d993d724831edd73ef219ec6f1ab0cf7e357a9 2,172 1.00/1.00 vMB 60
688,783 688,783 0000000000000000000d5522a38bd59036b746107545b7158250e22ad0000487 1,097 1.00/1.00 vMB 59
688,782 688,782 00000000000000000001f1b6626aecf262bf6a62f9b21d6172311a811aa36c7a 2,736 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.