Loading Tool

Explorer IconExplorer

Memory Pool

74,522 transactions
27.48 vMB
0.07039174 BTC
Random Selection Loading Transactions
Max Size: 167.84/200 MB

Candidate Block

Mining Attempt 355dbf24ab64e26f0f9664d93eb3fdc270ada90df1f5eb0028f1e55bac7533b9
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root a8a28a09c96a791c293331c68adc9041077d93be2fa8da7ed9502363afd92b1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,943
Size: 1.00 vMB
Total Fees: 0.01190100 BTC
Feerates: 100.53 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (65,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,968 849,968 00000000000000000001bf91af0546d20f07b10592c8781652fefee1cb6569ca 5,302 1.00/1.00 vMB 10
849,967 849,967 00000000000000000002028ee7feef8e32a2ea743c0d5093d87adef69c04f331 5,018 1.00/1.00 vMB 10
849,966 849,966 00000000000000000001c72bddcbdb95d42f8fb7be60b60dca6fb89f1f03c0ce 5,433 1.00/1.00 vMB 11
849,965 849,965 000000000000000000006cdc5088d73af885b6dc76bfb4c95e1dd06d159fa8a8 6,598 1.00/1.00 vMB 9
849,964 849,964 0000000000000000000136e1432908df75555974dd0136d5ecd1639c2b80ff05 5,813 1.00/1.00 vMB 10
849,963 849,963 000000000000000000006850bf5ae720e17f1b9c133d7ba5919c815d09e57cfc 6,224 1.00/1.00 vMB 8
849,962 849,962 0000000000000000000036f2981c406ea62bb6fee92eb01d8f30bb5af996e169 6,286 1.00/1.00 vMB 10
849,961 849,961 00000000000000000002dd4785d17205fa4fdeb35e867d70f56954df3b140b70 6,226 1.00/1.00 vMB 7
849,960 849,960 00000000000000000001c70cc92aa6509e8797b24ca17fec89814d86ad9edab5 3,452 1.00/1.00 vMB 12
849,959 849,959 00000000000000000002214e9751082f0a377bda5a72ec240baadc16a93e6726 5,791 1.00/1.00 vMB 9
849,958 849,958 000000000000000000011e66a6d093a874d21e6c7f6b1660a5064a2e068d96f7 6,108 1.00/1.00 vMB 8
849,957 849,957 0000000000000000000209f5736dc023ba8c1f896a13b3a24ae99568c91bcb6e 4,586 1.00/1.00 vMB 10
849,956 849,956 000000000000000000027e6a06c32cb88a7553a24cc0c9a55e3a724d8bf0f4a0 5,284 1.00/1.00 vMB 8
849,955 849,955 0000000000000000000095425760460cdf0a12beb09872102bc405c102c48193 3,357 1.00/1.00 vMB 14
849,954 849,954 00000000000000000002fef86b55cd43dd905da6cf9ddc2f8de45ae977ee7661 6,418 1.00/1.00 vMB 9
849,953 849,953 00000000000000000002496b97ecbd5add59983254abd3ff54708f968a37af3e 6,387 1.00/1.00 vMB 9
849,952 849,952 00000000000000000000a1c154e4aff5f2846a3a12ca7aea6089257ecf3bf064 6,487 1.00/1.00 vMB 9
849,951 849,951 00000000000000000001796d18bc445ea87882bfdb288d0a51c400be67d2c992 6,126 1.00/1.00 vMB 9
849,950 849,950 000000000000000000012e304f9f0cf5a77a8585666a96fcbd01815591100509 5,554 1.00/1.00 vMB 10
849,949 849,949 00000000000000000001b8d104c4b34daceea82df76a6f74690a7563e3df25fb 3,931 1.00/1.00 vMB 13
849,948 849,948 000000000000000000029dc17b731c47229316ab278398bb8d980e1b08d5840d 3,590 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.10 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.