Loading Tool

Explorer IconExplorer

Memory Pool

83,061 transactions
30.84 vMB
0.08929435 BTC
Random Selection Loading Transactions
Max Size: 186.08/200 MB

Candidate Block

Mining Attempt bfeae0b4871db39510fe20df0a9e44afd6dc70ba2a18701c6c5df680a6602257
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 4e83ab29318a1e5af4ea57f5807cbf032baf5700b4d435cb89a3c39d1d16d308
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.02287831 BTC
Feerates: 114.51 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (523,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,747 391,747 00000000000000000192a33c1a200399f150b86c8c2c8c966b392e1bf46f9bc5 1,149 0.75/1.00 vMB 28
391,746 391,746 000000000000000006592e2e7e040a7287ea9ad4d1be15daef797e65b2f48616 2,661 1.00/1.00 vMB 45
391,745 391,745 000000000000000004fc851de2a1904653e94a3db0c4ebdd46623635600a31fe 1,260 1.00/1.00 vMB 25
391,744 391,744 000000000000000001b0abe0a4643c36d91576f75e46b7f9f1113c6b76ff6f04 1,696 0.92/1.00 vMB 33
391,743 391,743 0000000000000000007b47802d2f7881d19eefc61954f5101bea97729b259683 1,415 0.93/1.00 vMB 31
391,742 391,742 0000000000000000060392a9c6d4dfdaa0026e06ded9105c97cce4fe3e3981b3 1,058 0.92/1.00 vMB 24
391,741 391,741 000000000000000004343172fbe8ecf5e20fca7b84f4dbc5d5c65944318a208a 1,287 1.00/1.00 vMB 20
391,740 391,740 000000000000000007748174ed9be9667075246c3a385d51bb4464ac6e68ff03 2,461 1.00/1.00 vMB 47
391,739 391,739 000000000000000001b347da11b3d5ebf2db83a90457152701253deceaa282ce 1,736 0.93/1.00 vMB 27
391,738 391,738 0000000000000000096295f2f056de5b61459bb372c44ef7f644ad44113e567b 2,212 0.75/1.00 vMB 60
391,737 391,737 000000000000000006ea654f3ac323c768948cee43636d60d8237778eb628ef0 1,949 0.93/1.00 vMB 28
391,736 391,736 0000000000000000094ecefcea469e052dc42ede7e877a0408dda5d048dfa640 1,996 0.95/1.00 vMB 39
391,735 391,735 000000000000000000a065a163e9d1a27f422cc27f7f07fe131ea984dfa5dc2d 1,918 1.00/1.00 vMB 30
391,734 391,734 000000000000000000997dbb619721a48ed20644c2dde5cc7bd427156dd213d3 2,681 1.00/1.00 vMB 47
391,733 391,733 0000000000000000099a5c9e8cf3e3e5a52c6122e9ddab1a8938eda2e2cac505 2,210 1.00/1.00 vMB 32
391,732 391,732 0000000000000000067263ec219c15325dc360c49982b7ea912f6f66605a051f 3,075 0.93/1.00 vMB 64
391,731 391,731 000000000000000002596bcc3e86634a93e619a3bf86551fe60ade8b90257785 983 0.83/1.00 vMB 17
391,730 391,730 000000000000000002c95dca55e2c269b00ca99ddd6eebbb555d40d192edf38c 2,572 1.00/1.00 vMB 41
391,729 391,729 000000000000000004195681f914f3fed9cd9f8eac625169304fbb9f8744605f 919 0.68/1.00 vMB 19
391,728 391,728 0000000000000000043dfecaa62f502857cd431db546a4e34bbe5ddc76540231 2,131 0.75/1.00 vMB 47
391,727 391,727 000000000000000006ee2138236c3fb35586d81c0ba7c1d94dee37b6ee6877c9 2,137 0.93/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.