Loading Tool

Explorer IconExplorer

Memory Pool

77,663 transactions
29.97 vMB
0.06845634 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt 9a10aec18aec0a0153b7e6502e110df8cf1ca3b59fb0149077a51350c17c4dc8
Version 20000000
Previous Block 0000000000000000000036bbd7276eb10eeccda80d363dbecfc4a4ff5e03f32d
Merkle Root 00334645eb2c7b37806803e6e239aae2220b16e432db455a45ccf3efa28e11b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.00464426 BTC
Feerates: 150.92 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,191 (364,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,896 550,896 00000000000000000026d488e5b84a86f2ce35d31cd53fc2a88d7c5b91affdef 2,196 1.00/1.00 vMB 68
550,895 550,895 0000000000000000000fd677becdeb73696f52444b279a655f603ff0e7da3a64 2,500 1.00/1.00 vMB 47
550,894 550,894 0000000000000000000fcd6a1faa6cee65544b3fc1c8cf463954c97bcffc1c9a 2,448 1.00/1.00 vMB 44
550,893 550,893 0000000000000000002a43fb26829a78b9a112640982f29e798e87d7ed43f3df 3,482 1.00/1.00 vMB 57
550,892 550,892 0000000000000000001115b120fd33778abf5dd40b378b6d3a90743017f371f9 2,625 1.00/1.00 vMB 87
550,891 550,891 00000000000000000024601006a43d696e85552c6b22c502fc8c5dff6366fd40 1,850 1.00/1.00 vMB 14
550,890 550,890 00000000000000000023f2a1d1ef146b61835f1d17a3fa6b57c719624c064aef 2,376 1.00/1.00 vMB 23
550,889 550,889 0000000000000000000f46b1f97461ea3c6559cae84e4cfdaa25443e38eda2e8 2,160 1.00/1.00 vMB 27
550,888 550,888 000000000000000000146eb519ccb5c532575b0e934ec49b3de0009e77f3a483 1,890 1.00/1.00 vMB 47
550,887 550,887 0000000000000000002797ad9ca9f3215a8bb68f0c2853cfdf83690ef41a6f11 1,592 1.00/1.00 vMB 23
550,886 550,886 0000000000000000000d2884c2e7936278e86bc90474cc2472a1383390623847 2,234 1.00/1.00 vMB 27
550,885 550,885 00000000000000000026869f71bc84e7189dba31149638fd41595ea6439200cb 2,121 1.00/1.00 vMB 24
550,884 550,884 000000000000000000273b0b2e290aa733b5f234392f4c53c4672758c2bfb011 2,481 1.00/1.00 vMB 44
550,883 550,883 0000000000000000002839543257b11966e10338cdbb4b3a91133f81b30a6d61 2,135 1.00/1.00 vMB 37
550,882 550,882 000000000000000000273806fc83f9766b21514827f5b904706574f41449e1ea 2,767 1.00/1.00 vMB 40
550,881 550,881 000000000000000000251c81cdd21e5bb3c1a8cd7c700ee903f1fdab076819d8 2,525 1.00/1.00 vMB 60
550,880 550,880 00000000000000000003926be6203e479e39d0b6587cdd3d15e982089ef9036d 2,890 1.00/1.00 vMB 61
550,879 550,879 0000000000000000002389a36e955afc1d0cc3a2adf4b321c25d37ca89e8081d 1 0.00/1.00 vMB 0
550,878 550,878 00000000000000000012ec279ef9a11e2b2b575fcea5d51207ec530b7c628f43 2,450 1.00/1.00 vMB 83
550,877 550,877 000000000000000000289488794d30db5df0b50f2743de5a132671627fb01fe3 2,490 1.00/1.00 vMB 52
550,876 550,876 000000000000000000066db5845c7e7855c272244545f12c0b7f50789c05f51e 2,776 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.72 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: 707.07 GB
    • Received: 16.66 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.