Loading Tool

Explorer IconExplorer

Memory Pool

26,413 transactions
27.02 vMB
0.10951929 BTC
Random Selection Loading Transactions
Max Size: 129.47/200 MB

Candidate Block

Mining Attempt 84e75f75f675ac39f86ce538297346effde7540ba7656193b38b0be9f92f2188
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root d05a2d2327cb3e9a0108147a188a5fd4268cac6745d73035b18e89fc630b0e53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,298
Size: 1.00 vMB
Total Fees: 0.05827287 BTC
Feerates: 502.40 > 5.84 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (843,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,859 70,859 0000000000fe5342f97e61c6dbe88771fd652ea8e2048cb3596809cec2f5c600 12 0.00/1.00 vMB 0
70,858 70,858 0000000000aee7a9bda585e66d6f34dedf60ceb2b66c97f40117ae6fad0aefbb 3 0.00/1.00 vMB 0
70,857 70,857 0000000000ae091e5ee646236f9a4309fc46c7d0f8969fe3440076f0770188f3 176 0.04/1.00 vMB 0
70,856 70,856 0000000000de36c12641d6973dca55939623d21df870735333f4f788cc60ece2 1 0.00/1.00 vMB 0
70,855 70,855 0000000000d78aede2b54b6b0c03126a70236ecd2b445e2344ec15d39a0d70ce 1 0.00/1.00 vMB 0
70,854 70,854 0000000000a38090b431b796a60e426bd895808bb76e87bdfbf1bd4122660964 2 0.00/1.00 vMB 0
70,853 70,853 0000000000a3c10f59a43add00288b6601917a5d9184cc19ff06e542589c6f66 2 0.00/1.00 vMB 0
70,852 70,852 0000000000c2281e626193c8e32069342ed0d757dee9615dddf8aa5e23adf38b 2 0.00/1.00 vMB 0
70,851 70,851 0000000000ba54215a11b3aa6be4ec27cab1641149c5f24b63e634843dc10c25 16 0.00/1.00 vMB 0
70,850 70,850 00000000005f5bc0beb61f9a1b63fc9970742498aa825056ad4572160408d9d6 398 0.09/1.00 vMB 0
70,849 70,849 0000000000dadf773fbec5403291b707a276a8f8e14f1e2383be7dea4866f8b0 1 0.00/1.00 vMB 0
70,848 70,848 0000000000ece4119dbd8d76092ebaba65dd6190c8acb752ac3fa087e59bd233 1 0.00/1.00 vMB 0
70,847 70,847 0000000000f5fa900c210879446b6df0670457e0f9c236af3b67aa563e8ad50d 1 0.00/1.00 vMB 0
70,846 70,846 000000000051b938f3004f444dce078aaae61e0d6b5d356b5b5717fbc776278d 3 0.00/1.00 vMB 0
70,845 70,845 0000000000e0af600c2bb4f784b997ce01d8818c9f28f338462b2e2b1471589e 1 0.00/1.00 vMB 0
70,844 70,844 00000000008beb050f21a4a80127ea5226df8edfd34b127119b84d80ca7ab48f 4 0.00/1.00 vMB 0
70,843 70,843 0000000000f89f67c378bd8ffd456d22609198469637e2b1f1ce89f3bf954019 1 0.00/1.00 vMB 0
70,842 70,842 000000000013e2e476953ec0708265838941496d1a3ffef0bb41b65ce2fbf759 1 0.00/1.00 vMB 0
70,841 70,841 0000000000c68b28d88de80983fc344e2adf9b7687639d7b1267de7147394b1c 1 0.00/1.00 vMB 0
70,840 70,840 0000000000a5e73e34dc716b822852e25b3d53d0071252c675105a8263ae5f7a 1 0.00/1.00 vMB 0
70,839 70,839 00000000003f3a41badc92121e1aba1e00a97bddea89602064d0f57843714f43 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.49 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: 611.80 GB
    • Received: 10.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.