Loading Tool

Explorer IconExplorer

Memory Pool

48,623 transactions
29.56 vMB
0.08835920 BTC
Random Selection Loading Transactions
Max Size: 157.59/200 MB

Candidate Block

Mining Attempt 10c446a153d0e886c768d5cdef883f2a722888e03e6d761a9722d2130c6145d5
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root aa7c18901929063083196fa314b8a996633eca52ad5dea1171e2c21ec6644f3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,911
Size: 1.00 vMB
Total Fees: 0.02723933 BTC
Feerates: 105.02 > 2.73 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (529,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,898 384,898 0000000000000000069de3666ed6f69823ac54ad0ccf4798a94df9784069584e 473 0.33/1.00 vMB 23
384,897 384,897 00000000000000000c7618cc218c43dea89840ef1ee2c12de77e762fd1ed4860 951 0.74/1.00 vMB 18
384,896 384,896 00000000000000000841680fd49650f662849a91200a5e3ff370f125b63951f0 1,832 0.60/1.00 vMB 51
384,895 384,895 00000000000000000c57ec9667914e8febd5c31e7deb88cba650a54ab22494b1 1,102 0.49/1.00 vMB 39
384,894 384,894 000000000000000001cf3a8c3c1f4f23961cea0573241a21a79a2d07d1b521dd 514 0.30/1.00 vMB 28
384,893 384,893 00000000000000000024bb36c06efefaf75cacf4e1eca49a3a70da759ef08d2c 1,782 0.74/1.00 vMB 36
384,892 384,892 00000000000000000fda459dbfbcb7629cbe3d371a2fd7003d004e1a2a42a99d 385 0.25/1.00 vMB 30
384,891 384,891 00000000000000000e3cc307b24ba5db31a45f84c8cb2ed4dc2918af3647c6ce 585 0.31/1.00 vMB 27
384,890 384,890 000000000000000008688806d602f5f17ff4da962c5b6de03305d5781d5e7a00 255 0.13/1.00 vMB 30
384,889 384,889 000000000000000001057ebb48190a9da00e6a20a08c1499b8a68d688c9c7853 1,137 0.57/1.00 vMB 30
384,888 384,888 000000000000000002b386f9465af5e6048adf14d59e7735613c3fdd3162a7e0 2 0.00/1.00 vMB 0
384,887 384,887 00000000000000000403a386c917f3e1135fbf1c0b2f128bde2e1f83385d8fa3 107 0.05/1.00 vMB 41
384,886 384,886 00000000000000000d1c0859152a5df324e8c9e0af88be74c1df2b683a7c3082 865 0.65/1.00 vMB 22
384,885 384,885 0000000000000000070b685832e88418f0d55a3484584ef9806e978fe563de18 896 0.41/1.00 vMB 36
384,884 384,884 0000000000000000006d1262986b2760f90cb9bd8e673d0ab94eb3cc23ad4c0b 1 0.00/1.00 vMB 0
384,883 384,883 00000000000000000c462287dcc2e2cb6a2a9115e9e5863f1356dfbb88d84060 129 0.11/1.00 vMB 17
384,882 384,882 000000000000000005edc8b5225c4fbc228e7c12381a7e6a0bd3944ea405fc18 675 0.38/1.00 vMB 24
384,881 384,881 000000000000000005d681f1a9ec7a7725bf58e023caec8bb030b786b0899eff 746 0.40/1.00 vMB 26
384,880 384,880 00000000000000000ef52bd1c7913a0bc0be2d10419fe2c72851d06261f17b18 178 0.25/1.00 vMB 8
384,879 384,879 000000000000000006d5622f6aee60b731725f7e255b5d75ca8dd94e56d88c32 660 0.47/1.00 vMB 23
384,878 384,878 0000000000000000090d87a072ebcf2e99b542483541cbe3be74e50fd9d471ff 883 0.49/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.