Loading Tool

Explorer IconExplorer

Memory Pool

47,872 transactions
27.27 vMB
0.07031960 BTC
Random Selection Loading Transactions
Max Size: 145.42/200 MB

Candidate Block

Mining Attempt 7603e0545353f2bce5b8a8dad69fae20a286cc9277754430deb49e8a3d98f016
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root f197621fb4d25b061e50c0592f2100bc38c344d36e1aeff3d0203f905b3a8beb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,432
Size: 1.00 vMB
Total Fees: 0.01952561 BTC
Feerates: 150.92 > 1.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (790,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,920 123,920 00000000000038fd7dcae83851d1b5e4b257dffb5bf5fbe2de13209b22ffd82e 18 0.00/1.00 vMB 1,792
123,919 123,919 00000000000011de7ebed79af911f28c1e0afd4d5a6695a9e104e3756f217c25 5 0.01/1.00 vMB 0
123,918 123,918 0000000000000e0094922242e9c192a0a66f0d038c04515fbed155f6989eb810 4 0.00/1.00 vMB 0
123,917 123,917 0000000000001b8660454d448f7796ebf7babbe0aecb469c208736ed89c389ba 1 0.00/1.00 vMB 0
123,916 123,916 0000000000002abbbde202d037af3373363c4074c123a0188040cc63c728fc98 23 0.01/1.00 vMB 137
123,915 123,915 00000000000038b430f2f0fb873f09e3b8d994becdd55fad621fb52cdf57de71 12 0.00/1.00 vMB 567
123,914 123,914 00000000000027b5f84d77b72e67e989271e914569c4aea21cf7a76e4cbb0375 54 0.03/1.00 vMB 391
123,913 123,913 0000000000003e23e5d1066dbebaa589a7db04fdda7c6875b5e188fed68367a1 85 0.03/1.00 vMB 2,556
123,912 123,912 0000000000001f7970dbf92f50b86cc56c2b3c502fd727b55d14503dc442cdb7 12 0.00/1.00 vMB 205
123,911 123,911 0000000000004ed1607f9e45ea7cc87ffd60544adf9df55779b1011b5cc28dca 17 0.00/1.00 vMB 236
123,910 123,910 00000000000010f367fbf99731eea071e07f344b34fc230e85b3465e6b86f711 36 0.02/1.00 vMB 394
123,909 123,909 00000000000048d6c1846863591c4cc903bf7f888517e1b98f57590b59b46b55 1 0.00/1.00 vMB 0
123,908 123,908 00000000000043231398ddadb89b155f9076ef390f8340d1c59947cb3a431e13 1 0.00/1.00 vMB 0
123,907 123,907 0000000000006a69d8b0d135907efc61b110744f3aa0f770d22e005fdad1a9d0 12 0.00/1.00 vMB 0
123,906 123,906 000000000000673f92147bb6a98fa2287bc0b00a17d52755c97d505d243c0db3 7 0.00/1.00 vMB 3,768
123,905 123,905 00000000000005e49e1c8ad9ac0d2f621aafb99ba0d207c7f72603df6d7972fe 45 0.01/1.00 vMB 2,118
123,904 123,904 0000000000003bd62d7e5288c3da3bce0ec3ebf1897fc7dd7aa80f45dacdcc93 2 0.00/1.00 vMB 0
123,903 123,903 000000000000601bed874a1cd209d5672c5ed2da02550c999246838e8216a6cc 9 0.00/1.00 vMB 488
123,902 123,902 0000000000004e78f996c53b3bba67d7bd25cb757d1896e66e01497243a21e4e 29 0.01/1.00 vMB 475
123,901 123,901 00000000000052d89ad443e4d48d01f0f7fc0de58151378cf58d7f5e07e4eda8 27 0.01/1.00 vMB 0
123,900 123,900 00000000000062b727ecda27173017ac99303c6c7bfe84a57d16eba44e66d922 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 GB

Node Details:

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