Loading Tool

Explorer IconExplorer

Memory Pool

72,324 transactions
27.06 vMB
0.07928056 BTC
Random Selection Loading Transactions
Max Size: 163.25/200 MB

Candidate Block

Mining Attempt eeecbca619e0c01051cf75a609bb9d20f2fac1b427d7c9f2e71e85949a4e624a
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root c194fd7f77a29548715120dcd27df10989f7fc7d322060b049df80647d426ef5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,083
Size: 1.00 vMB
Total Fees: 0.02120427 BTC
Feerates: 74.18 > 2.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (760,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,290 155,290 000000000000092a5d77f0f3a2bf015a5198fff0bdf3d3fb600651874e7263e0 17 0.01/1.00 vMB 783
155,289 155,289 0000000000000840048f55ccacc74b10bace1ea061a994cd8b5b48d07c8e841f 5 0.00/1.00 vMB 100
155,288 155,288 0000000000000a5dd8a326bcca3470055682a90d3ca67a6d2246b8ae9a69a9e9 109 0.03/1.00 vMB 34
155,287 155,287 0000000000000e8c11e054e3f4084c885f8cdd7e900f38355ca85d15107876b9 50 0.02/1.00 vMB 51
155,286 155,286 0000000000000ad51a0ed94a283b1ff9c9ec5dae3f6f0acfbaa1794effce4205 45 0.03/1.00 vMB 59
155,285 155,285 000000000000076336e329649c1d9bd43cf79a2b81d22d577374efe79145fa79 16 0.01/1.00 vMB 232
155,284 155,284 0000000000000798f5ed66410abd7352de21de4e62f81e668c84ac7b04645655 34 0.02/1.00 vMB 82
155,283 155,283 0000000000000483a24ac900b0464aaf58b1b5d32b5ce57e7219687baa421509 113 0.05/1.00 vMB 170
155,282 155,282 00000000000002d585562f88f9efc1b014da1607c4f9e0e214250a7517a9f78b 56 0.03/1.00 vMB 162
155,281 155,281 0000000000000f3e5ff08833ccb71bbbfb40d806817ccfc6fadb09c77336d28e 29 0.02/1.00 vMB 37
155,280 155,280 00000000000003b2f7a745f9236f1a41b9da35afc4e085dfac6a90caacb1a5d2 106 0.03/1.00 vMB 44
155,279 155,279 00000000000005e162d59b1a5e60912156c49f22ee708515a861e4fccb02ca09 34 0.02/1.00 vMB 45
155,278 155,278 0000000000000dc1a98de7800c66e3080fdab1e904b3ed8d8f4b7528faa522f1 37 0.01/1.00 vMB 126
155,277 155,277 000000000000052b9ae6b133a7415b13737c4002a7071f585027c9e972680d07 10 0.01/1.00 vMB 37
155,276 155,276 0000000000000011d826e7b04e5e75b2e9495bc994a441d39c058c9b72268d3b 45 0.05/1.00 vMB 44
155,275 155,275 00000000000009aa109b4617d43f06729506bf82aeaad5d3d72a78036e895d53 36 0.02/1.00 vMB 169
155,274 155,274 0000000000000e0cd7323cd5303841a1b024f029748f73a5467a5f418154928f 41 0.04/1.00 vMB 75
155,273 155,273 0000000000000167e676d4842e75d0d5ba8d73067a1bd6ae98817a6da027e7ce 14 0.01/1.00 vMB 40
155,272 155,272 0000000000000b4a4d022ad0e1ca8cb16d8ff04a5ccca267a1f2e3277f12ad29 108 0.04/1.00 vMB 196
155,271 155,271 0000000000000263f9442b54007ff0aeb5411b7d0fb49b801c0940df2bf536a6 39 0.01/1.00 vMB 31
155,270 155,270 0000000000000f3fa054c6e701271029ee42aa7b3cb2f014d3ec0b5762a01c3d 46 0.02/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 783.19 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: 752.72 GB
    • Received: 18.89 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.