Loading Tool

Explorer IconExplorer

Memory Pool

10,126 transactions
9.77 vMB
0.03023175 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.75/200 MB

Candidate Block

Mining Attempt 23992cdf7c22229565d2539285f04c9e081a4b71031d8eb49ecf44fd45b4637b
Version 20000000
Previous Block 0000000000000000000129ec247556291a40ed8781091094ef7cabc011ad57bf
Merkle Root 0828fced0d0cde7c1223c316ace639a736721723c9b946f5f7f18a8d329e2d5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,391
Size: 0.99799125 1.00 vMB
Total Fees: 0.01560256 BTC
Feerates: 100.29 > 1.56 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,804 (761,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,780 152,780 0000000000000247856288e90022493b38bfeecb3374463da4ef22bc223aa399 88 0.03/1.00 vMB 79
152,779 152,779 0000000000000bedccae295ffee298e0a7e8b78db3df375b49061530b10e7537 90 0.03/1.00 vMB 77
152,778 152,778 00000000000004c895bd86aa7fb89eebe0a3785bd8810443f14113659eebd0bb 7 0.00/1.00 vMB 439
152,777 152,777 000000000000065b6e9dcf26b473d39644a7e3ce140a472455934f5686d31f06 35 0.02/1.00 vMB 112
152,776 152,776 00000000000000a4550c94bf7a49fa553084cc61129cca858189de1387da8363 27 0.01/1.00 vMB 220
152,775 152,775 00000000000006f2b31836a089f97c7e974cee0208b3058e44a8709d3ebf4ff8 97 0.03/1.00 vMB 99
152,774 152,774 00000000000007f62a393c9f9fda738fba3ab32c33ff2db2a072bd00f5c44214 13 0.00/1.00 vMB 59
152,773 152,773 000000000000003ae07e713d2ef16e48c5ffd9c401c01e86d6acea3d1a6a60e2 1 0.00/1.00 vMB 0
152,772 152,772 000000000000018a1dac4e79cd74423860fee48b54b02d7e44c0e9d65a436937 85 0.04/1.00 vMB 16
152,771 152,771 00000000000000d0d26febd64a7d93b67d0744956d723ae033b2b59e4bfee29c 58 0.02/1.00 vMB 56
152,770 152,770 00000000000002a32e0c825f8153c603e0387d4952274904acebeac6eef59733 103 0.05/1.00 vMB 125
152,769 152,769 0000000000000ae801009dd0184fe91c4557bbf6bfed15c2ab0e86ca3c86bced 32 0.01/1.00 vMB 24
152,768 152,768 000000000000070916bea40f3a5b0746c1db976104e4130b30912f766dbda449 50 0.08/1.00 vMB 53
152,767 152,767 00000000000006c9480e4d52da557639fcad06f377a74cd1ce6cf7a4655ae873 23 0.01/1.00 vMB 95
152,766 152,766 000000000000076172d07503e5833b58c3cb5827e1dd1995564b51ceff6371c8 61 0.02/1.00 vMB 22
152,765 152,765 0000000000000bdbd13d4e18da82a140cb2c14168cfbbdc7fa9acb30cfc798f2 10 0.00/1.00 vMB 16
152,764 152,764 00000000000006708449cc9d48e43de0764a1e07814632c7eefb4307a27d1f5d 156 0.05/1.00 vMB 28
152,763 152,763 00000000000006a28f8cdb8319837dc9f0fedcf88f3dd8f97a0ee64549f2ce59 53 0.02/1.00 vMB 127
152,762 152,762 0000000000000a46b2c5d16ab92e271ac48c617d96ce874940bf540ca2990b57 144 0.05/1.00 vMB 33
152,761 152,761 0000000000000a5a05f9de39928cc1aaa3b0339da7400c90818e5d140d54b7d1 45 0.02/1.00 vMB 105
152,760 152,760 00000000000005681365fc81df56c80cad3a6b92474c004715e5400584f8d8c7 46 0.02/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 780.27 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: 515.78 GB
    • Received: 4.38 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.