Loading Tool

Explorer IconExplorer

Memory Pool

19,017 transactions
8.35 vMB
0.03219300 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.33/200 MB

Candidate Block

Mining Attempt 49066da505dc4b4f27c4e95517a260fdf024bed27f6ab70aed65e12e9423ec9a
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 8892c84a94ea50764e0bc52bd3c2e245a2544dd2c9f0af71fdea7d81cbe31192
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,757
Size: 1.00 vMB
Total Fees: 0.01454646 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (794,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,852 118,852 0000000000009e8743df12cbb41cd57150e20be032e224254b25d55d35d76ec3 5 0.00 vMB 0
118,851 118,851 000000000000ab89683f15988df4ee259fb6440ce120e9999f47bd71bd34882c 12 0.00 vMB 0
118,850 118,850 00000000000046014147c150defd7dfa78a2a98148fe86ab9a4ea12d911e8b24 22 0.01 vMB 302
118,849 118,849 000000000000be8f7eaf04082ca1bb2f6e271a38efe73f0d8eef8ed94aa8b615 10 0.00 vMB 0
118,848 118,848 00000000000062ce39b52eed7836e3647e779abd2acb91a880b8488fa56d26ed 25 0.01 vMB 0
118,847 118,847 00000000000072f9ab71fde95aa9bb4576355c051bf478884fee5d637b5128e4 9 0.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 779.56 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: 262.40 GB
    • Received: 1.01 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.