Loading Tool

Explorer IconExplorer

Memory Pool

44,455 transactions
26.58 vMB
0.05811791 BTC
Random Selection Loading Transactions
Max Size: 140.54/200 MB

Candidate Block

Mining Attempt c9aa1f9474434c6943b1bd5781b6ad7bff763b40d56967b2475f5a2b178975e7
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 (305,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,425 609,425 0000000000000000000f4ed7886bb80c94870eb7a3cb3f4cf2be342db7554d4e 2,863 1.00/1.00 vMB 17
609,424 609,424 00000000000000000010933dcff7c23f03d72f5755efc5dad4cc232535cd294b 1,715 0.60/1.00 vMB 16
609,423 609,423 00000000000000000004bb5b86b7d0b4bcb0c4e00a80700471815439a35ef95b 19 0.01/1.00 vMB 12
609,422 609,422 00000000000000000013b517fd6a158b220d6d253bc051add697a8d143145ed3 1,996 0.67/1.00 vMB 16
609,421 609,421 00000000000000000007282314e11acefee0bdaaee5c5e225fa3b2617abb4008 1,633 0.49/1.00 vMB 9
609,420 609,420 0000000000000000000893cd36e0206ff01217587af5b735044fa91d5e86df06 2,767 1.00/1.00 vMB 16
609,419 609,419 00000000000000000002f6e55723b821d1dfe3a5a100990395a004b2ffb9f0db 868 0.33/1.00 vMB 16
609,418 609,418 0000000000000000000389d2c0cef00b5455a32631607c80d9b4796168d70786 2,471 0.96/1.00 vMB 8
609,417 609,417 000000000000000000118cdf750cc5800011ecb73b2aa0f0f4024d9a1b906b64 2,579 1.00/1.00 vMB 11
609,416 609,416 0000000000000000000ac49413a6e8b2cfd8b8ce734d0c8edc2d1c92f03ac1c9 2,681 1.00/1.00 vMB 26
609,415 609,415 0000000000000000000028ed4c567fe87f213cdc756ae786d346efc627e5b4d9 2,417 1.00/1.00 vMB 2
609,414 609,414 0000000000000000000633b8b3b096a1e90658fe89301dd3d9f226c16c7b732e 2,884 1.00/1.00 vMB 17
609,413 609,413 00000000000000000010063ccf57853168e79976ee639227c634e193a9891c3c 2,629 1.00/1.00 vMB 6
609,412 609,412 0000000000000000000024408e988ea897d312f41c5c9e22e374a1132f4444f3 2,747 1.00/1.00 vMB 47
609,411 609,411 000000000000000000003640cf98696d20487160a169094402dbd6d842d57bc6 2,345 0.80/1.00 vMB 17
609,410 609,410 000000000000000000080b48eb494aadbe8e9e5ad311cafbe0d076142d6a7779 1,628 0.70/1.00 vMB 12
609,409 609,409 00000000000000000014fb80ab33d2dbc0b4d26db4d77ec7e2ab0e4ddd9af0a8 1,837 0.62/1.00 vMB 14
609,408 609,408 000000000000000000050a26c12d55783155f43b524aaed61dcd397e7733a43a 1,639 0.73/1.00 vMB 1
609,407 609,407 00000000000000000014ecae281a5aa51f09bb243ada339bd02abc0cfb218210 2,647 1.00/1.00 vMB 10
609,406 609,406 0000000000000000000be1ebf91035c6de57e1c2052855fbee035c4ccafe05aa 1,953 1.00/1.00 vMB 7
609,405 609,405 000000000000000000139ba77dce2ec80188e9f272cce7ef5d01a6ae5a9d88df 2,493 1.00/1.00 vMB 31
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.