Loading Tool

Explorer IconExplorer

Memory Pool

17,143 transactions
8.14 vMB
0.02903323 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.11/200 MB

Candidate Block

Mining Attempt 5c53d886751048555eb35f00f417f3e2ba91ddb66d923405a4593544616f6ce5
Version 20000000
Previous Block 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2
Merkle Root 0dc19d20d3570710e710093ded1717c0053118a7f78d3e2b32aff9884adee6b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,349
Size: 1.00 vMB
Total Fees: 0.01207030 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,416 (794,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,846 118,846 0000000000006babb1072aeb4ec3f6648d1ad7c4be6bc1429d4914a686a012dd 41 0.01 vMB 100
118,845 118,845 000000000000c4282ba924ee0f98c56136b56df911fe54007b7afceed0c6ff1e 58 0.02 vMB 161
118,844 118,844 0000000000003871549506bb7f2a449ecd810f90940a7eaa2409d921e2ce7de0 6 0.01 vMB 0
118,843 118,843 0000000000003be1fcebd308d0ff0c15b509d7160e8d18ab65d0680ffa73a98b 17 0.01 vMB 0
118,842 118,842 000000000000a85c6698b051065ba329c69c646576c6c2d2dd5f7de27692f9c1 3 0.00 vMB 0
118,841 118,841 00000000000079181ef0129037b300b69356e880617bb8bd5f25b3cb5c45b643 4 0.00 vMB 0
118,840 118,840 00000000000006b821d2883125c1f88f27694be4a6ade65e0c524a23e10f66c6 5 0.00 vMB 0
118,839 118,839 00000000000090cf01d32379d66a7611656be44669fc7b58846b10e81cbdf354 18 0.01 vMB 122
118,838 118,838 000000000000b4297488b4769cfe258aaca06d837742fe5d9819a40986b291b9 1 0.00 vMB 0
118,837 118,837 0000000000003706cb7804a82b52ce96861826929e58c2306ad23c332650c844 12 0.00 vMB 0
118,836 118,836 000000000000c0f7c91e08dc993bf40849dde4d3dbd471d38dad8a58019546af 10 0.00 vMB 0
118,835 118,835 0000000000007d6fd5addb737b9f6c494744e8a4b3954afd08392055a2118488 7 0.00 vMB 0
118,834 118,834 0000000000006b9932d54670a6ee6e97355f096fb21adb250dfeb65cd19a3270 3 0.00 vMB 468
118,833 118,833 000000000000572571ada2edfd160a3607ec21c67145d4b38241a978010ecfc9 21 0.01 vMB 481
118,832 118,832 00000000000078ca1fa32090704bd4f507dfc85961d0e43fccfb7f9fb121eff7 1 0.00 vMB 0
118,831 118,831 0000000000007e1dbf2aef39ea0163f354bd29dd295557a3fe404d562e31629c 3 0.00 vMB 0
118,830 118,830 000000000000141d0651bc8c3689864495b57153b1308976690a36eca8dfae32 11 0.00 vMB 0
118,829 118,829 0000000000008095dbb23307a92516b2044865d78e450ced96f064f7b81a8abd 11 0.00 vMB 0
118,828 118,828 00000000000043c1aa36876b8c02363ef7e7dd3bcb3b045ec776267789b91da2 81 0.02 vMB 0
118,827 118,827 0000000000002d533ff0e59ee25496b4f403d8ce7b4b7fcd9181dadad8f625b3 9 0.00 vMB 0
118,826 118,826 00000000000020d4a2fad35725cf183adb345c01bc67925a610ebd16fdc94d0f 7 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.59 GB

Node Details:

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