Loading Tool

Explorer IconExplorer

Memory Pool

25,023 transactions
10.56 vMB
0.02661036 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.45/200 MB

Candidate Block

Mining Attempt b40b29f6ee4cf97c4a519915c2b78d34eb2e5613315c027050dcdca074dda4ba
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root eb921836600af09a282fbc219eb7dd5017f89433f3b699117b77ab433b955aa9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,316
Size: 1.00 vMB
Total Fees: 0.00926053 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (744,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,071 169,071 00000000000005e6961d25cd04a4d7226451680dec4981591e5e3e0eb8bf7243 17 0.01 vMB 7
169,070 169,070 000000000000047e9dc4f18f8d3d67c28fe81f90e0b1f174d4797163c3a3e6cc 14 0.01 vMB 17
169,069 169,069 00000000000008fefc20604c655836fde6be97aa771dc157c7889de5955eb6a7 28 0.02 vMB 84
169,068 169,068 00000000000003903ab75c246775d8ba4918320524211598bc71f0e40d360f4c 26 0.01 vMB 187
169,067 169,067 00000000000001bb36a06134931f6ba110f707fcfa57933ed81c9e8ed104a8e9 111 0.03 vMB 51
169,066 169,066 000000000000028df5e8381d291e4be70c931f9c4187b92e4da19dddfd9c041d 25 0.02 vMB 53
169,065 169,065 0000000000000ac97bcc56482b88dc968035ad71693e18ceeb888ea2e10a7882 36 0.02 vMB 111
169,064 169,064 00000000000002761e2713c96c8ac46b159365adb7dbf5a372dbf65516a0eb6f 24 0.01 vMB 371
169,063 169,063 00000000000008825f68a0b52b2d3478e3df04acd0ad1b28eeb5948032b54615 5 0.00 vMB 68
169,062 169,062 00000000000001d5cc2a46150ca13832f26f1193609013b10b2717dd0d4e1792 19 0.02 vMB 20
169,061 169,061 0000000000000ac1a5a86c8f997648d3fc83a27a9a7d9fc5cf8b2e7d633c092b 21 0.01 vMB 18
169,060 169,060 0000000000000bc1794da616556ff5f965380d8dab7b9038e84f3fb9d019c324 32 0.01 vMB 124
169,059 169,059 000000000000021aa76f8b0be6b5d1f8e438bdd4f52601fbbd0d80734a763705 24 0.01 vMB 75
169,058 169,058 000000000000081bc1b4093cf80bb93921612a2c24963065d0060384011fad61 47 0.01 vMB 4
169,057 169,057 00000000000004615e7d2b38089b4800e84666957b8cc167ec3f70986010aa10 49 0.01 vMB 145
169,056 169,056 00000000000002e5736a333da048411775628e705adb7d16130c7b87b122680b 43 0.02 vMB 122
169,055 169,055 00000000000009a133a25c11f572ab44b4304248ef95dae093e623a6ad5e33c9 55 0.02 vMB 420
169,054 169,054 0000000000000b2774aa61b45190cbc2f34c13fa3e7608b043fb92d5e1ae9b37 173 0.05 vMB 56
169,053 169,053 0000000000000142ccbdb4948f8294f066cc94bdb0f50e24542c42d7bde9762f 4 0.00 vMB 53
169,052 169,052 00000000000001e03ff97fb3e3cc7df0b9327cde654cb93c8bf9158aef85e286 7 0.00 vMB 33
169,051 169,051 000000000000063fa2609258daad506476daa91b72d9733a7d9684435537f17e 116 0.03 vMB 0
Previous 10 blocks ↓
Total Size: 779.82 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: 415.18 GB
    • Received: 2.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.