Loading Tool

Explorer IconExplorer

Memory Pool

77,018 transactions
29.80 vMB
0.10390684 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 0b8d73b9f1773aa26d47565a4699c7bbfe5aa5ad2b9dd78f6a6a8ecc5db27fb0
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root dd523650b84932c6357fe0ee250e42832d673af661ab83dc5db58316d8568d8f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,153
Size: 1.00 vMB
Total Fees: 0.03597321 BTC
Feerates: 357.61 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (66,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,353 849,353 00000000000000000001a3bb06b0873c3207ece45c13a9fca11ce4eed9d4c2a5 2,666 1.00/1.00 vMB 16
849,352 849,352 00000000000000000001fc5dc4b79bbd37cb515caf88540be455c8cc36424bb0 3,558 1.00/1.00 vMB 11
849,351 849,351 00000000000000000002defdb8a86d187a6bf5339fa34940153489bc8970f3a1 3,146 1.00/1.00 vMB 18
849,350 849,350 000000000000000000008d92db2a5ec4edd4cd2ee474889c4b10d04f166511ab 2,508 1.00/1.00 vMB 9
849,349 849,349 00000000000000000000b68695b7b2c06988ca684236ab881307111805e0efdf 5,625 1.00/1.00 vMB 9
849,348 849,348 0000000000000000000121a5eeeb19605fbf5535fa1d0c3d948bf87a6e475297 7,793 1.00/1.00 vMB 7
849,347 849,347 00000000000000000001e987419774d611898a24cc2ebf28c0823e5146b90024 2,734 1.00/1.00 vMB 9
849,346 849,346 000000000000000000023aa6c183984799ee94649a1cf21b531ad9442ec87478 5,795 1.00/1.00 vMB 10
849,345 849,345 0000000000000000000090dd75955aeb49fb6a51f259f3d6ee3c9639ce241ced 2,501 1.00/1.00 vMB 10
849,344 849,344 000000000000000000018c9a01ef8f13f09af35d1dcd96b0dcc069267ff3cb9a 3,576 1.00/1.00 vMB 24
849,343 849,343 000000000000000000000f780ddc4511ed26c8824eae296d1d03634e9dc6f910 2,197 1.00/1.00 vMB 14
849,342 849,342 000000000000000000003d69dbf8dcc8dadd1402874bc2194cc555b9e1526c9f 7,669 1.00/1.00 vMB 7
849,341 849,341 000000000000000000030f0607371a88a5fe4a9380692f39a6151ab298d678d3 4,878 1.00/1.00 vMB 9
849,340 849,340 000000000000000000008d8c868074716602157de7b6f634f2bd2db114f6c59a 6,728 1.00/1.00 vMB 8
849,339 849,339 000000000000000000002bad2f8fce489add2d3e0ff3f62a33c5cd7125622f55 5,276 1.00/1.00 vMB 9
849,338 849,338 0000000000000000000188102838422aae46afb25fba0ddf55baa42a4875a1b2 1,801 1.00/1.00 vMB 12
849,337 849,337 000000000000000000009ecaa45e50bb4f347b588fe8b61453e180fa74b034ef 7,200 1.00/1.00 vMB 7
849,336 849,336 00000000000000000001eb33cc53323eac07e94c01b579c52cfecf17ee62f2d7 2,116 1.00/1.00 vMB 15
849,335 849,335 000000000000000000015e49c2bc2a3aef1ff438685ca2f9a4b8ab60a5b8e2e0 6,693 1.00/1.00 vMB 8
849,334 849,334 00000000000000000000824a86cc1d3f720a9b2c2f4220db66d221750b72fe33 6,720 1.00/1.00 vMB 9
849,333 849,333 0000000000000000000253765a310fb66b3feb99b455180f7774f1249b1e4e29 3,684 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.