Loading Tool

Explorer IconExplorer

Memory Pool

41,885 transactions
30.36 vMB
0.06531600 BTC
Random Selection Loading Transactions
Max Size: 154.13/200 MB

Candidate Block

Mining Attempt 32b18a17ac4bbad1ca877742a78e5cbcb19a938bb1b7512919fcbfcb6900ce51
Version 20000000
Previous Block 00000000000000000000ff70d2eab8ba39c62939af77ca332015a8c22a4f40a3
Merkle Root 6faf0e21d8854799820f56a925cd75c156b22118fac9e85af43d45b5226c8d13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,922
Size: 1.00 vMB
Total Fees: 0.00468823 BTC
Feerates: 50.34 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,444 (786,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,340 128,340 0000000000001f9f6b454b0afac09b60a935b11715f11e25bb63fcfa8d7318db 12 0.00/1.00 vMB 66
128,339 128,339 00000000000016b05125ccc4abb43494acfa2e04148bcc1afa444d07988f21fe 15 0.00/1.00 vMB 949
128,338 128,338 0000000000001213d7c69109dfad1d07de9f73da933f357d45544a1d10731161 16 0.01/1.00 vMB 883
128,337 128,337 00000000000003ae1d654c57cc566e1f92402977c1bb121ffa0f69ad3027ee0e 30 0.01/1.00 vMB 327
128,336 128,336 00000000000003a5984e12524a3cb39d9f4ad759ae1eebce4ea8f0239645710d 42 0.02/1.00 vMB 1,357
128,335 128,335 00000000000020352a0f0a539945a7ec59996c8388e3c42fa4e9e398a7459095 153 0.08/1.00 vMB 418
128,334 128,334 0000000000001a266bceaa7913776466f38251e0f493558edb68a669c6da0670 60 0.04/1.00 vMB 772
128,333 128,333 000000000000055b133324daee15f0ff804f1be70f34763f0e9be12e4ebf347a 59 0.03/1.00 vMB 306
128,332 128,332 00000000000021bf03e127ea1d949f518734135442380daa7372a3792cb1d3ba 5 0.00/1.00 vMB 1,200
128,331 128,331 0000000000001f3172f8f82a342b83b460ee2061b608d993d72d5c0b8a68c33a 132 0.07/1.00 vMB 336
128,330 128,330 0000000000000f14053b93d6404963fedd6113b8fcbc23ef39140f0557e785b1 55 0.03/1.00 vMB 953
128,329 128,329 0000000000001e8cc25fd1d965144c09f73fdc00625f1c4b81cbf5cc2e7ec3d8 154 0.07/1.00 vMB 540
128,328 128,328 000000000000250cbe518d16adfea4480c14b73563a75e48a106ab9700ca4870 112 0.04/1.00 vMB 504
128,327 128,327 00000000000021de279c08e375f875ece45f3bd9dc4ee317719f59b4a75d2cbd 17 0.01/1.00 vMB 1,008
128,326 128,326 00000000000006c0866b16c0f4ce03f6b077eaea53687f2668db01570f553ef5 6 0.00/1.00 vMB 1,262
128,325 128,325 0000000000000d91ac5ddc966f419773ccfdbffc5ee3e7ab7a3ad42d81dd27c5 138 0.06/1.00 vMB 219
128,324 128,324 00000000000023ce7a1aa8774db9bf2b7f7ffe6d9fff97855f1d82b7fc9a456f 61 0.04/1.00 vMB 811
128,323 128,323 00000000000002fa3e2eeab9c4376f165e32973206dd8b66f186b0df0e9a3c4f 7 0.00/1.00 vMB 2,517
128,322 128,322 00000000000010c78dee462e63fc52958e50eefa9accbeb25ee8c9ea5e93ef1d 80 0.02/1.00 vMB 186
128,321 128,321 00000000000000f02730fcf170f9666c09abff19f02fa2884338c004f8660f5e 23 0.01/1.00 vMB 658
128,320 128,320 0000000000000649e8e760314d5f29e54499002dc7af68e723563c7e41880273 49 0.02/1.00 vMB 647
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

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