Loading Tool

Explorer IconExplorer

Memory Pool

46,090 transactions
23.25 vMB
0.06350759 BTC
Random Selection Loading Transactions
Max Size: 127.97/200 MB

Candidate Block

Mining Attempt bdc39c1adf3c23aa025414c86a47ee157134db8bc00e031255e6e71d895f50b2
Version 20000000
Previous Block 00000000000000000001edbfed385dba04839fd0016a10cd5b3147ca7d3209be
Merkle Root fadfc63f6122f29c08f12e6a2d7052497c3f52c5104a082ce851837eb14b3f93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,483
Size: 1.00 vMB
Total Fees: 0.01491634 BTC
Feerates: 151.03 > 1.49 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,981 (794,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,061 119,061 0000000000008fa819010cf1690534be2477b763b1c1eaf362b67107d4198195 10 0.00/1.00 vMB 619
119,060 119,060 000000000000a091542b70b3d088d0065c06552a7f8d9e92c32feb809d3148f5 13 0.00/1.00 vMB 584
119,059 119,059 000000000000a4904988f4366e1f183379d988694907ca3ccee83402f6c136ce 14 0.00/1.00 vMB 1,551
119,058 119,058 0000000000003dc8113d16a0d7bbf2229425425395547a71b6a4f081da79475f 14 0.00/1.00 vMB 1,203
119,057 119,057 0000000000000360044af167ed228ef8871008152828220689a359b05bd7d3ed 31 0.01/1.00 vMB 1,125
119,056 119,056 0000000000009d26630109fbdd7d18822a380a410cf2a3328fa0e375c4241f2c 5 0.00/1.00 vMB 2,210
119,055 119,055 00000000000077a74942ce044fe3f438aa7403ddb7007b370c2f06e7db9ebfaf 108 0.04/1.00 vMB 0
119,054 119,054 0000000000007a6bf7096c8b7e7361d813a221d25041ded796768d24857e9686 20 0.01/1.00 vMB 485
119,053 119,053 0000000000001643e9ea2db0777af0463dedf8f811ade006bc8e5a6d2bd5b0ef 10 0.00/1.00 vMB 0
119,052 119,052 0000000000007654bea64385c8adf9903caed5ba40ef38ed7411d07bfcbe6714 1 0.00/1.00 vMB 0
119,051 119,051 000000000000ae5c2c8899c213f662542022b56a266a57f5988cfd7e2a2d1d73 9 0.00/1.00 vMB 1,028
119,050 119,050 000000000000738565d6d154a06cd741c6a23fa3b1149c7b0873fc4afbdf242a 63 0.02/1.00 vMB 304
119,049 119,049 000000000000a5c63aed1e66907f48d8f432943a29d4d86853c28f0d919c019e 51 0.02/1.00 vMB 1,329
119,048 119,048 000000000000162b35fa802976580c215e5effc74defa088a584cc47dc3a6bec 12 0.00/1.00 vMB 0
119,047 119,047 0000000000000b1371a730db7dee4769c9b7b35a933e6d01377a17cc817aa70c 18 0.01/1.00 vMB 1,304
119,046 119,046 000000000000538a6f74cc3a7c24e15dc4becfb6e6ff756a8ab7b48c17c8e9e6 9 0.00/1.00 vMB 353
119,045 119,045 0000000000005dfaafada2737c18f1dc72df989007f8863c81e35896b7a45f3b 268 0.08/1.00 vMB 110
119,044 119,044 00000000000060a95bc834b2f9732a45ca0f100112e7608b029371bbbb753e1b 16 0.01/1.00 vMB 520
119,043 119,043 000000000000b0c81ab26e5a160c9fb8a13fa1c593f7b47c470c13013ae8da9e 24 0.01/1.00 vMB 1,251
119,042 119,042 00000000000053e955f8325bef31ea74113057a09a37c5b49eebc77cb914f1c1 14 0.00/1.00 vMB 1,359
119,041 119,041 0000000000001f30f8e6e01b410f5b2001d6aee69401f5a97a28aceb33e99352 14 0.00/1.00 vMB 923
Previous 10 blocks ↓
Total Size: 780.57 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: 538.45 GB
    • Received: 6.12 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.