Loading Tool

Explorer IconExplorer

Memory Pool

68,102 transactions
26.20 vMB
0.06497701 BTC
Random Selection Loading Transactions
Max Size: 157.23/200 MB

Candidate Block

Mining Attempt fe50d1a04489c175e4e1d16674b94155b02954a7afcdbd4517573c056da01b51
Version 20000000
Previous Block 000000000000000000018d0d78720d3175d7f70f46b866504cf923bc2a4f157d
Merkle Root 38e38a72622ee7720f8172b794f7646e6e75076e254c1ce803c6931e32e8588c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,279
Size: 1.00 vMB
Total Fees: 0.00935621 BTC
Feerates: 71.66 > 0.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,487 (760,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,294 155,294 00000000000008421fee82c31a7ec770d66bbd1de7780f547967c778b9939723 64 0.04/1.00 vMB 1,540
155,293 155,293 00000000000001186a05fef93e1aebd37f37c697bee883ca14ba0b42ae11ef34 140 0.06/1.00 vMB 67
155,292 155,292 0000000000000d76d4036f6d4a9bc702d4ed4fffc8eee8457aac29a18352b7ad 13 0.00/1.00 vMB 204
155,291 155,291 00000000000008e7bfaaeb9ea34d21cdc4cd17e7525bed61f7a38918c3716641 75 0.05/1.00 vMB 80
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
Previous 10 blocks ↓
Total Size: 783.24 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: 759.91 GB
    • Received: 19.09 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.