Loading Tool

Explorer IconExplorer

Memory Pool

28,014 transactions
14.04 vMB
0.15146229 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 76.61/200 MB

Candidate Block

Mining Attempt 305727c0693e03b260e05e4a15e140d59c069768e360442eda658fdb20c80a27
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root acf3db579af64e0012a2b2aa7a9ed9e7a36c11bd0f17b65ab23e03f2d9fe6040
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.09234653 BTC
Median Feerate: 3.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (751,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,119 162,119 00000000000008ddf8c9d24471507d9ab01215aa6d6604f4bf7d53a42e8b315e 11 0.01 vMB 173
162,118 162,118 0000000000000266ae96bb40f574befc1dd59dedbbc7d29d204f422261962359 18 0.02 vMB 111
162,117 162,117 00000000000003c7cd56299dc47bcb50cbfe03f7171cb7097c7f2bd20d343ee6 66 0.02 vMB 0
162,116 162,116 0000000000000b461c9e0bf3d2cd82ce436f3c6b8b75fcdb5634de51dc4f8400 1 0.00 vMB 0
162,115 162,115 00000000000006550bf924132a1e3a3f17cf2ecd4398d4d42d71493a38f91135 89 0.04 vMB 208
162,114 162,114 0000000000000647d6069504e1eca5d926d15847a718e6f82af830e9d19174c3 90 0.05 vMB 209
162,113 162,113 00000000000009a13ad7a82588336946bc633b549be96f87584b3cd227422617 18 0.01 vMB 223
162,112 162,112 00000000000008b62e6188e4766070619233d2bc1bab73d70b78f7871b73216b 19 0.01 vMB 29
162,111 162,111 00000000000000aa0d05c58878e1ae47ada75ebfce9957c15e9877582895f6fa 7 0.00 vMB 21
162,110 162,110 0000000000000722478e0e4101bf44c70d6424f1daa69680dd7c9d1d7053a345 13 0.01 vMB 80
162,109 162,109 000000000000041ae5311b4e0b9502b770d11a3c7ccd075203d01a230a62013f 88 0.04 vMB 36
162,108 162,108 0000000000000aae2f1e30c83873dd082c41876273aba247e709e5a9bebfc20b 65 0.03 vMB 211
162,107 162,107 0000000000000c9c9ba3d6c3368c4fa124d872409fef7268f8f2577ec40dc2a1 6 0.00 vMB 876
162,106 162,106 000000000000021f2d5636e2e0dfc7c29a506a42a4e24c3bd455b7b8bd308603 12 0.00 vMB 0
162,105 162,105 00000000000003021cb25a4971c2928db042fae995e4c9ccc90e6ea9ebbc4ea7 13 0.00 vMB 14
162,104 162,104 00000000000008146e67477e179a07917dc4a56fe8bd8c668a5712818b32e20c 42 0.02 vMB 243
162,103 162,103 0000000000000b063daad788ef35f39c6f582e7934dc182914a935bd63634d92 52 0.01 vMB 77
162,102 162,102 000000000000004a8eefd614b90a9de08faef3681eeea27b1119525240d6459c 133 0.05 vMB 50
162,101 162,101 0000000000000a7667121ac52bb600d0603058af6e309814b75990f9190d70e0 106 0.05 vMB 75
162,100 162,100 000000000000001ee1f2f4ee232cf71a7a909d73d631d88256e9279adb286c88 7 0.00 vMB 4,863
162,099 162,099 00000000000001882ea09c64865521fb6aaa8bf6330a384784dee416935ed1b3 119 0.04 vMB 101
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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