Loading Tool

Explorer IconExplorer

Memory Pool

44,447 transactions
26.58 vMB
0.05808843 BTC
Random Selection Loading Transactions
Max Size: 140.53/200 MB

Candidate Block

Mining Attempt 7caaa3ac589bc6689a7e3292cb5a7b0857a58d1581b4b49428042891235ec70d
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 898cd4e879e005c2567de2c5ce1cc0ebfe8dcb6e7f107171cb157dfaaeeb04d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,511
Size: 1.00 vMB
Total Fees: 0.00929179 BTC
Feerates: 101.72 > 0.93 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (854,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,027 60,027 0000000009901c1dba4c51982d3cf922cab128d8c6d1904297ba63de63fc71ed 1 0.00/1.00 vMB 0
60,026 60,026 000000000d07c5151024aaa223f4a8d0aa283a22609418fbb2ba7a68d508936c 1 0.00/1.00 vMB 0
60,025 60,025 0000000004706785760494cc961a0c331356d4919088a538317109ae46cfc091 1 0.00/1.00 vMB 0
60,024 60,024 00000000034b4925c0d5724b91f480b724385635094f31f8705a192fc4a44256 1 0.00/1.00 vMB 0
60,023 60,023 0000000005e8cdf2bcd2b000deeb0d5d74ff4b68ca8af4e77c40f7bcee72f1b9 1 0.00/1.00 vMB 0
60,022 60,022 0000000007894d8e2d780a43f8108ee0e625811d35b2e0fb3854e9bc1448fe36 1 0.00/1.00 vMB 0
60,021 60,021 000000000eae0bab664a797c22e233cd9454ab211a8b83db5c0bd80d354c8efd 1 0.00/1.00 vMB 0
60,020 60,020 00000000059641a7038418c76fc3e3f753d7a23df739a00e78efc13eb94d4a64 2 0.00/1.00 vMB 0
60,019 60,019 00000000033b944b709a9b97a6e516b31a107ba50664d86aac619ce8c241a656 2 0.00/1.00 vMB 0
60,018 60,018 000000000b6e32750510c616997d9e7ee02074cab36263539329851c580b9992 2 0.00/1.00 vMB 0
60,017 60,017 0000000007dce902ab8307a9a5ad1de5f7ee09cf6379be5d0671631d61eca815 2 0.00/1.00 vMB 0
60,016 60,016 000000000517be551139898e342359604198296c91629ac9120cddad4c1c61ba 1 0.00/1.00 vMB 0
60,015 60,015 000000000c49330afd80d77823dd2ac83a47810011c7c85cfc29aed8c999d742 1 0.00/1.00 vMB 0
60,014 60,014 000000000714aac5e7cf3d0d7def90023ea358bb4f96acbfa54ad5e876f2dcfa 1 0.00/1.00 vMB 0
60,013 60,013 000000000f071612350814526467c5bc004502dc12a463cc3cbb7cdac9db83a0 1 0.00/1.00 vMB 0
60,012 60,012 00000000088bbe9a74f59537d41d08ac13bb897f0e78f950dc216f07ce270764 1 0.00/1.00 vMB 0
60,011 60,011 0000000003e9de44612f3c1d03eed60937186dd349af5d7e95a1f69b518e8385 1 0.00/1.00 vMB 0
60,010 60,010 00000000064d78a2893f17145ba2a70a31dbecf3abfd0613596de2ae7e8a682e 1 0.00/1.00 vMB 0
60,009 60,009 0000000008531d2e2548c6a086b5c3c6c26a78e7945d34d9fd9bcb0edf7e5352 1 0.00/1.00 vMB 0
60,008 60,008 0000000005afbe97c860325c38df9e16232323ed964194ee4f68bacdce945e97 1 0.00/1.00 vMB 0
60,007 60,007 000000000c6ddf2f845c57d4ef8f41cbf85534834386ed67ab318407c0cc7938 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 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: 648.93 GB
    • Received: 13.11 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.