Loading Tool

Explorer IconExplorer

Memory Pool

43,482 transactions
31.24 vMB
0.09481596 BTC
Random Selection Loading Transactions
Max Size: 158.98/200 MB

Candidate Block

Mining Attempt bbaa3088e76c80f9e70020927b655fb89888dda1d51c4486b7352e4e06c76b7d
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 46433bce9ed7e668ad774c2836e75f99aeee126be480bfa38f677aa5bf195064
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,172
Size: 1.00 vMB
Total Fees: 0.03154411 BTC
Feerates: 150.41 > 3.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (517,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,938 396,938 000000000000000003bc8b9233d7a85b8bb0b6ca98895f59f370718ec845bf42 1,473 1.00/1.00 vMB 22
396,937 396,937 0000000000000000033e027d7b74dc40cdd31e18a0cf4e5627f542833a06f4e0 2,617 0.99/1.00 vMB 49
396,936 396,936 000000000000000000f407cb698a08bf8c5250ff6d720199df2f2272f978f092 1,491 0.75/1.00 vMB 42
396,935 396,935 000000000000000006e742f7a59e48c652b5e44180c666512a7731268eae5105 1,939 0.79/1.00 vMB 39
396,934 396,934 000000000000000007f585440ea1240c8538c6a65805e8d2c320a7e3e9bbd909 2,711 1.00/1.00 vMB 50
396,933 396,933 000000000000000004b06b2dec96ba5c678eec6107718738e1c11f0b9a816d1f 1,907 0.78/1.00 vMB 43
396,932 396,932 00000000000000000316a50b7b822d5ed12b628f9f3df355970e0e5141e8a10a 619 0.39/1.00 vMB 21
396,931 396,931 00000000000000000676e6252f889b0cf2d3fa142b1bf532ec06ab6f7e37ce4d 2,444 0.95/1.00 vMB 43
396,930 396,930 000000000000000007cd191829857d0f65b701b09b3629eac2a0a9dd80de4654 1,115 0.45/1.00 vMB 33
396,929 396,929 0000000000000000085bbe109f2e42b7545a89a142e8de41facf1e927a26f5e2 247 0.19/1.00 vMB 23
396,928 396,928 000000000000000004c5c00035de143c8fc18a7b1463db5676ebaa7a81aabe56 832 0.99/1.00 vMB 14
396,927 396,927 000000000000000007d8117697435cffa04f6d0f29fe7cfd8eb8ae8da8648d85 101 0.09/1.00 vMB 17
396,926 396,926 000000000000000002ab301b1751e7e9284988e6d1d3011bd787255caf20254b 761 0.60/1.00 vMB 24
396,925 396,925 000000000000000005ec576870d2cabb45eef9b812909514f2ebd6d41a983bd1 583 0.48/1.00 vMB 21
396,924 396,924 0000000000000000075aef7d3a1853022b9528ca26d1d489fb6252b4897a19c3 1,394 0.61/1.00 vMB 39
396,923 396,923 000000000000000006f8030bb7edb0639a250ea4abd05c79b5975714aee12bc8 490 0.22/1.00 vMB 40
396,922 396,922 000000000000000001f213070ec4749129bc290658a7006e31f9cd3a5d557ab0 1,348 0.68/1.00 vMB 35
396,921 396,921 000000000000000008eef32062617f9542c498c41f23320fcd7cab12b1101ce6 1,772 0.80/1.00 vMB 35
396,920 396,920 00000000000000000364c341a46cca36aedc7a956d1a316112cf5e3880b1d953 868 0.81/1.00 vMB 18
396,919 396,919 000000000000000005a9cff19cc4d191831e54d8c7bf86994cff9c418bef3359 606 0.54/1.00 vMB 17
396,918 396,918 000000000000000002e4b8fc782b512f5763588c57a41fb44ea2549ce34cf14c 305 0.38/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 606.17 GB
    • Received: 10.60 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.