Loading Tool

Explorer IconExplorer

Memory Pool

64,762 transactions
19.13 vMB
0.05464558 BTC
Random Selection Loading Transactions
Max Size: 124.41/200 MB

Candidate Block

Mining Attempt a63bfc996b9e77a12936ae61e2d67f2ed377be95526123deccc8eb6abfb3212e
Version 20000000
Previous Block 00000000000000000001a4e78afec226e4dba5c6e0174c36af79062ee6f14c93
Merkle Root 42e72a99bcc00b1a2260cb803aa33078da2d62bbc17a90877856472ba5bb34ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,781
Size: 1.00 vMB
Total Fees: 0.01114973 BTC
Feerates: 146.76 > 1.12 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,821 (832,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,503 83,503 00000000002de52d6d6f9aff7845f1ed56393473be103fcf6d057ca2a43976d3 4 0.00/1.00 vMB 0
83,502 83,502 00000000002d3a79e2331e9c8954324769f6d08cbeba4639ee3032ac55c8a5df 6 0.00/1.00 vMB 0
83,501 83,501 00000000001be18608048fb6bc8fbeaee1299f28e85a92d6863009b4dc4dcf1d 1 0.00/1.00 vMB 0
83,500 83,500 0000000000174ea79eaf44f30ff9f115613987c43c7902da1ce91d813d52acfd 2 0.00/1.00 vMB 0
83,499 83,499 00000000002879f2dddae910838e48f529d81c0b8381e141879804ad0f0c423a 1 0.00/1.00 vMB 0
83,498 83,498 00000000002fa1f78c9024828def701560761a2d6bc9dad22d32ca9bae077cb3 1 0.00/1.00 vMB 0
83,497 83,497 00000000001139907ad9e12cb17bbbc86d5bd4e6e9a923edbfa16c60a28898d2 1 0.00/1.00 vMB 0
83,496 83,496 0000000000197e4300bf1427242918e38cbd24e548226544eff733da26dd051d 1 0.00/1.00 vMB 0
83,495 83,495 00000000001baf89a63ac696c2aecc87da9a675a39220045154f30ca345cfb28 3 0.00/1.00 vMB 0
83,494 83,494 00000000001a07d9e070706aef9877f865f110ab48eaa156fb66ab8075bea1c9 3 0.00/1.00 vMB 0
83,493 83,493 00000000000fae165db544ff74ad91f0b16a93779db3a43a1a0af3560740bba6 3 0.00/1.00 vMB 0
83,492 83,492 0000000000307d8ae144f8177730bbe0bead31f31932c884f15bca0e13a5b365 9 0.00/1.00 vMB 0
83,491 83,491 00000000002c321039b630d2a149c7f3c5530018b9ce1f8bbf31b89534e7a0fd 3 0.00/1.00 vMB 0
83,490 83,490 00000000002a96f385ef4335f7e229751af2ccc9136a583b4664859aacaa37fb 2 0.00/1.00 vMB 0
83,489 83,489 000000000011cd4bdb62e6d43c7c2a615fbb15ed1814b3eb0a60f9c321a6f747 1 0.00/1.00 vMB 0
83,488 83,488 000000000012c9dc25b875be8cc657414e892052ed4d206a6ce02e3c48b44cf2 1 0.00/1.00 vMB 0
83,487 83,487 00000000000d5dcec86d2856c03a64d512bd6f0286af0ab527f05e0926eebc17 5 0.00/1.00 vMB 0
83,486 83,486 00000000002420b8d88ebb5da3b261f743bc8c0e6da6f6cc1a701b0fa3bfea4a 4 0.00/1.00 vMB 0
83,485 83,485 00000000001c9812cc4f7d3ef63fed487325092925a416fb920c026de20236ac 3 0.00/1.00 vMB 0
83,484 83,484 0000000000283d5aaa0dd71d31cb8ad42c3e05cb78a4e98bb6e214b0019efc45 1 0.00/1.00 vMB 0
83,483 83,483 00000000000f9378cc1aff7c6da346aba070ba7f54291961ef473c43bd4353fa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.82 GB
    • Received: 21.70 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.