Loading Tool

Explorer IconExplorer

Memory Pool

73,903 transactions
27.34 vMB
0.06882189 BTC
Random Selection Loading Transactions
Max Size: 166.65/200 MB

Candidate Block

Mining Attempt 39d486855056f34aad9a37b782e0d41e84413ab87f3815cedc88fbd1580f195f
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 01750ba20bbfedb0e88e04f6c9ad2ede4beee517b8f85af455c4f7b1d242d138
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01069140 BTC
Feerates: 337.46 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (525,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,197 390,197 0000000000000000000e95406f774d7089c01e650c42f78a8cddda79ff0238ad 3,741 1.00/1.00 vMB 61
390,196 390,196 000000000000000007ab7e23c75b80b4b901864d290a99b11c60468a2808d298 1,802 0.69/1.00 vMB 40
390,195 390,195 000000000000000007edf777d1f6590d737ed53c145f96e49a988ccab8bae4f5 642 0.33/1.00 vMB 34
390,194 390,194 000000000000000006f985e7b1822170dd0ae98afb94e6c235274f49b877c348 725 0.25/1.00 vMB 43
390,193 390,193 0000000000000000008bdd67ecd8063bb85d7e6d63c84aa4a276b27826f635d4 152 0.09/1.00 vMB 17
390,192 390,192 00000000000000000032b2b3e540f81f9b4eaee73f5d2195cd08b86555238d35 1,173 0.59/1.00 vMB 34
390,191 390,191 0000000000000000052d9c12d904decd4fd508d6eeeebf91f76d99b6eb8dd3c4 53 0.09/1.00 vMB 8
390,190 390,190 000000000000000004b35b889d1ada7a3aa792922b0ee49af247b45e3d6dab92 146 0.25/1.00 vMB 9
390,189 390,189 000000000000000005045d776f86ff5976dd24808e19ed71cb9166c0a7e4a9bd 1,086 0.65/1.00 vMB 27
390,188 390,188 00000000000000000366376956964d2764ecfd756aa5118ad4b619df9c53a5cb 120 0.11/1.00 vMB 9
390,187 390,187 00000000000000000af07f7bf09a74aaeba32c95245c8de09461c12fdecd1462 842 0.53/1.00 vMB 26
390,186 390,186 00000000000000000a2a6f1704b95b1d333b1911e15b957b47d6ee423e85e257 363 0.25/1.00 vMB 22
390,185 390,185 000000000000000000d2dc65b92bb0466d3040ed905096a0ca465fb29ad9b730 612 0.39/1.00 vMB 23
390,184 390,184 000000000000000007739003dae96c5db0a6d435b6e9a7874f719a3f96be504f 402 0.22/1.00 vMB 25
390,183 390,183 00000000000000000b78c935e69a8cbcf2e20007740a103ce97a7440717bc831 1,421 0.75/1.00 vMB 32
390,182 390,182 00000000000000000330a0523230fa00ec0cd6b3cc812dafd87cc25d21fe9eb3 345 0.20/1.00 vMB 29
390,181 390,181 00000000000000000b13d70f135b91d391f9a6c7394afaab7e8625c056cba2de 153 0.12/1.00 vMB 16
390,180 390,180 000000000000000007e0cc9edb9c11fbd3b0470a71c19b2140b0bc24d05d7c0f 687 0.30/1.00 vMB 36
390,179 390,179 00000000000000000b2b6652e3b82d1fc1172cc2421c85f75e0bb6de2a82db07 495 0.29/1.00 vMB 24
390,178 390,178 00000000000000000ad6dfba36e0791e4d4dd50a17b711ad7f9b8590ed22ae90 366 0.27/1.00 vMB 35
390,177 390,177 0000000000000000087c27bd6114b558c196bcf866dafd3e4173f6dca2c55a07 131 0.08/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.