Loading Tool

Explorer IconExplorer

Memory Pool

77,884 transactions
29.26 vMB
0.06309355 BTC
Random Selection Loading Transactions
Max Size: 175.81/200 MB

Candidate Block

Mining Attempt 461a6d917411d7a438337080ad2bf6219580edd56ca43db87501c58c63822a3f
Version 20000000
Previous Block 000000000000000000001a6f6115c32c340a2159b30f9ffd632f63424aa563f9
Merkle Root 3597b2c496e34be1f1d0cb2ba1530ee8110a0c677067a0d24da65e0844bdcf4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,705
Size: 1.00 vMB
Total Fees: 0.00389594 BTC
Feerates: 60.09 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,016 (256,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,080 658,080 0000000000000000000f8c93ec64a0833c470f35ccdf71b5325a64da06bd0c94 643 0.30/1.00 vMB 34
658,079 658,079 00000000000000000000d38681bca84d2118c8f07f6ef6b76de03ff91e39dda8 816 0.38/1.00 vMB 24
658,078 658,078 000000000000000000013271ab8de0bf46eb70d9481e4bb5ac367b7ad550f3e7 1,939 0.76/1.00 vMB 21
658,077 658,077 00000000000000000008bdb018c072ae8f533dba1ac62b12204e9d6901316b5e 2,094 1.00/1.00 vMB 19
658,076 658,076 0000000000000000000b273e53b0fe30edcafe01766a0c127f86b81c99028f33 1,967 1.00/1.00 vMB 42
658,075 658,075 00000000000000000008b770998a7ba702751ab6bfbbcb630aed49ef2a45bb87 2,162 0.71/1.00 vMB 17
658,074 658,074 0000000000000000000ae11115c71119845deda55c4cf24f8ef5cdb2d9f3fdb7 2,678 1.00/1.00 vMB 43
658,073 658,073 000000000000000000025fd61ad2d35a7dc88498e89b05a521e063c41c9560bc 1,355 0.60/1.00 vMB 25
658,072 658,072 0000000000000000000348187b0015f7e0901f1f68d9df9478658f4a4f72c4aa 2,143 0.73/1.00 vMB 34
658,071 658,071 0000000000000000000240049a946c3fd09b9d71754f67f80e58035f1668cd2f 2,281 0.79/1.00 vMB 35
658,070 658,070 0000000000000000000bb439a43f102996234891ea696b70ad8547d14dd2046e 130 0.04/1.00 vMB 32
658,069 658,069 00000000000000000001fb24c53495fedb7b92f75868c52591ded749dc1939d3 1,796 0.80/1.00 vMB 6
658,068 658,068 00000000000000000005afeb84258c3b9407b56c12e4c2d4cd40d4b2c70e0d3c 2,862 1.00/1.00 vMB 50
658,067 658,067 00000000000000000008d78d4b2ddcf544a6013be83c9a2a2b6a276db0c2b5e7 835 0.64/1.00 vMB 19
658,066 658,066 0000000000000000000df03b07095b498f1288f2588531f3bce2d5e7fc87d64a 1,567 0.99/1.00 vMB 21
658,065 658,065 0000000000000000000155265b326b172c33602cd27024974909ef56f79aaa86 2,795 1.00/1.00 vMB 31
658,064 658,064 0000000000000000000dbec939b78b9984e864389e09a5c6b5fec72ba35911aa 2,203 0.99/1.00 vMB 22
658,063 658,063 0000000000000000000deb00c86086fdb7d150aa71cebe51306202afeb3f9c7c 635 0.22/1.00 vMB 28
658,062 658,062 0000000000000000000c1341b0123a5fbe82a7ab88de6c12c584438c0b265e97 1,139 0.97/1.00 vMB 16
658,061 658,061 0000000000000000000b792d130633f30596d210e01c5ad80f0f3b6874612c83 282 0.11/1.00 vMB 21
658,060 658,060 00000000000000000004ed65a82d2bdeac63df1a4b8d18c5f84b7b6f14e916ad 1,619 0.54/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 665.41 GB
    • Received: 15.13 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.