Loading Tool

Explorer IconExplorer

Memory Pool

39,368 transactions
16.05 vMB
0.13316352 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 91.28/200 MB

Candidate Block

Mining Attempt 5b8be1d816667b955cee229122beb557f48d4db2d9326e27c9c9d8dc646dc403
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root ef26a8864cfa5fd88f7c4c365921a6a1c80b5f5248107b282624409ede2207bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.05877472 BTC
Median Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (710,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,156 203,156 0000000000000374f873d16bcb84bff14e2df6cc0d0a91399de6993c0bb2a37a 8 0.00 vMB 14
203,155 203,155 000000000000048d4dc3c718453091cb82edbd623afc1792e69f6e30e5a4d5e3 115 0.05 vMB 215
203,154 203,154 0000000000000514d13cd0ab157bf1673a92cb9b4fac51b33732e6fa1c935291 98 0.04 vMB 123
203,153 203,153 0000000000000474211b73f3106aa044bc93c67fc8d5783dc5a62e61cf46b127 108 0.05 vMB 123
203,152 203,152 000000000000049e6e52c8b82decc1cb067e898af8e5a2be8b0bea38ac12f370 7 0.00 vMB 24
203,151 203,151 00000000000003c766fc0d6f49a0f6cb42e11d22c264c4d72dddb08bf38dc147 26 0.09 vMB 53
203,150 203,150 0000000000000504f60c53ae8b1ed85517e6a6e5a218aec346398e104d89ef59 42 0.02 vMB 99
203,149 203,149 000000000000034a49021752eb70fd1d39a7fc0d8789f47da99b2adb249a0ee0 32 0.01 vMB 17
203,148 203,148 000000000000021654180e8b6a93127ab59b11f880a49fe925175828f906a503 241 0.09 vMB 134
203,147 203,147 000000000000036fe0f93d542534204adaf4af437581c33d2e80cc6da62bacba 718 0.41 vMB 66
203,146 203,146 00000000000005715a6a8bcac105e2dcc9acb26341c33c483b567038a8385d3a 428 0.20 vMB 166
203,145 203,145 00000000000003e0554ccd5d872c3c4f2ac28171e0067aff91d8d732df264491 130 0.07 vMB 99
203,144 203,144 00000000000003c2b0342311fd86b3683a279e43920572030e396f267b439240 120 0.05 vMB 14
203,143 203,143 00000000000003d85936e4c2ba689ecd9b95acbb3638443e761e27722d21d5a7 538 0.22 vMB 170
203,142 203,142 000000000000018fee55ae8e624212725c35049be1592f555bcde48a1f0e0747 275 0.10 vMB 127
203,141 203,141 00000000000004f8576c53304a36e93dc22926d24792d212e966a1116b9e08fd 108 0.07 vMB 112
203,140 203,140 000000000000047fba5169a56e7da690c709186b7002d1159a21d71aff260794 40 0.03 vMB 20
203,139 203,139 0000000000000438db89ac190cb7754c708e3629ade77823770edf159d94d89b 297 0.13 vMB 123
203,138 203,138 000000000000005ac751859d0869060379761257a23964e25367ef34af7be8f8 119 0.05 vMB 37
203,137 203,137 00000000000004f31790a652d7ad467721178f7d47ba787ca5bed5349b0dfa84 291 0.12 vMB 123
203,136 203,136 00000000000003a96441cce3d7c6f38bb7b69f54b626e0d97dea4ceb78bacbe0 407 0.15 vMB 186
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 93
    • Outgoing: 11
  • Data Transfer:
    • Sent: 150.99 GB
    • Received: 0.61 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.