Loading Tool

Explorer IconExplorer

Memory Pool

44,236 transactions
31.11 vMB
0.09350999 BTC
Random Selection Loading Transactions
Max Size: 158.04/200 MB

Candidate Block

Mining Attempt 63ebc56c92a533fbe6426c0163be02d07d9136cd6ee0acf83e50a2757e6dadf0
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root 94059cb2e6bbab753ec61340ebd3bb3325feb6ad818ec4e8ba2826029c68af7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,934
Size: 1.00 vMB
Total Fees: 0.03071409 BTC
Feerates: 250.76 > 3.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (786,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,341 128,341 000000000000129a145d4ecd26d675a2b15f9478eac5957f950c7ad54815a4f0 7 0.00/1.00 vMB 1,810
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
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.86 GB
    • Received: 10.48 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.