Loading Tool

Explorer IconExplorer

Memory Pool

3,661 transactions (0.93 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.88/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,270 000000000000000000022b910000000000000000000000000000000000000000 3,643 0.03635873 BTC 0.92 vMB 2.27
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,269 (751,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,208 161,208 0000000000000d8d80efe70e27172b5ca7cd2cc4b3003f9be7f528d955ee721b 0.02 MB 7 45
161,207 161,207 0000000000000bd62861f10571a516f9972e3e5f9a667029364694697e6dcb9e 0.02 MB 45 123
161,206 161,206 00000000000008075f20a7149a2ef043091165e8cd546524dd36f5033ae9dbfd 0.02 MB 27 105
161,205 161,205 00000000000001665c91b2a46497b4b6b0170227103bd701ec222f2133fecd75 0.01 MB 20 34
161,204 161,204 0000000000000b07c3999dc74adcbc6ededabacea1a9ca72a89626aee65e1c9f 0.00 MB 1 0
161,203 161,203 000000000000030740abe29784c2979ff9116e94462e86a42d0fa9d3e08eafba 0.01 MB 44 89
161,202 161,202 0000000000000e33f1a48cd77260c0d90cf9aeaac74e85a546c2629da956a2f3 0.01 MB 22 151
161,201 161,201 00000000000009d0a1cfd2b907d620c1f77a68a938c10c99cc504814f904c1b9 0.01 MB 16 55
161,200 161,200 000000000000095897af517cdea929fcb149dbb8333aa0da11daa485fe233629 0.00 MB 13 784
161,199 161,199 0000000000000594f7eaed57c1ce0f2edc42d62d5bcf67192548b64dae921751 0.01 MB 19 255
161,198 161,198 0000000000000395ce53f8fc14f00a9f62daf3b85ef4e8c5cb2e9f70ab9234ab 0.03 MB 49 80
161,197 161,197 0000000000000cd8e9a5f7875817799f80f05b43249a5821b9bd08167679c9e9 0.02 MB 26 60
161,196 161,196 0000000000000d22db364121fe02e9a353167afedb7c3d290ada910f50b8c82a 0.01 MB 11 9
161,195 161,195 000000000000072b271bda0d8b8be846e095e12a43313bcec453e0f628d24587 0.04 MB 82 63
161,194 161,194 0000000000000b31f21f657dd8bf35883397bef0f47e94e67d5cd622add07657 0.01 MB 16 240
161,193 161,193 00000000000005a5286fe2bbe3bc9f0baaa0138ebacb60609836d34c7fca29cb 0.01 MB 8 157
161,192 161,192 00000000000003c2c71aaf16122ae123330fa06c649a516b3bb167105a958416 0.02 MB 40 14
161,191 161,191 0000000000000b97c6039768845196f6568a22162c98bdd9f02c863883537d4d 0.00 MB 15 29
161,190 161,190 000000000000092e7e9ac8797b8352a6cc4ff1581e8a38b89f5741c3586563e7 0.00 MB 12 331
161,189 161,189 00000000000002fb482e5bdca72406104bd085d1d05a5d40dfb8d87920010a10 0.03 MB 63 140
161,188 161,188 00000000000003ef36a26cef59e8fe87c322b1d46ad77474aa9e45a3ffed79b9 0.06 MB 19 73
Previous 10 blocks ↓
Total Size: 777.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,539.75 GB
    • Received: 136.22 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.