Loading Tool

Explorer IconExplorer

Memory Pool

78,354 transactions
29.81 vMB
0.07423524 BTC
Random Selection Loading Transactions
Max Size: 181.77/200 MB

Candidate Block

Mining Attempt 55179c32c62b8a4edfdf6ec650166684a74e1c5d4485b052117ab03c6c15baed
Version 20000000
Previous Block 00000000000000000000f93cccf65ba1bb0d36ddbb9079a10905fd5e8bbf112f
Merkle Root 33d693076a159bce6f7a65c5d230e37bbf157695613bf3641610688d8dbebf3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.00716561 BTC
Feerates: 73.20 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,371 (40,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,880 874,880 0000000000000000000219c40212e71f952a08b2b3264633e5b3b93223303ffd 2,114 1.00/1.00 vMB 10
874,879 874,879 0000000000000000000262d6e02a0724727a5c22e16f40b9467197784d40f5c7 1,267 1.00/1.00 vMB 5
874,878 874,878 00000000000000000000ffaee6885ccf75b1cba6e7575397d52bf2d112a60bbe 2,929 1.00/1.00 vMB 7
874,877 874,877 00000000000000000000076b0273dfc463b03488d539f6d72849294f44f4da24 3,607 1.00/1.00 vMB 7
874,876 874,876 00000000000000000001074b0183eb2dbaeb921d8899209aad8245acc85a5266 3,762 1.00/1.00 vMB 6
874,875 874,875 000000000000000000004b5093b4c6682e155c2d9c33c8ce56dbff0d1b883ebd 3,832 1.00/1.00 vMB 9
874,874 874,874 00000000000000000001d35ea65a503835239d1f66936f57a2bf2c2ac10abac1 1,832 1.00/1.00 vMB 5
874,873 874,873 000000000000000000029e2c6877c89189d25782871d28ab5f728f331e9625c8 1,229 1.00/1.00 vMB 4
874,872 874,872 000000000000000000000b8233f19a1d4c385462306c1a0a5045b9420004d9c3 3,421 1.00/1.00 vMB 7
874,871 874,871 000000000000000000007450a9de77533957c8bd1660ac932ba9b10460c8f4ab 2,685 1.00/1.00 vMB 7
874,870 874,870 000000000000000000015f1c2e4c0871f60d5ffddde307b904d22a3d7d85e906 3,484 1.00/1.00 vMB 7
874,869 874,869 000000000000000000016395c52bc5eb97f349fb3e46833265949d1384f8cfe1 1,751 1.00/1.00 vMB 5
874,868 874,868 00000000000000000000e11625f51c6976bc404ae8b5351b8c5d7a0f1d7799a6 3,535 1.00/1.00 vMB 6
874,867 874,867 0000000000000000000185bda19c5e8ba6311d99df5d0b01b38d9d192729c00b 2,872 1.00/1.00 vMB 5
874,866 874,866 00000000000000000001dff37b840f5c7fad92720f95cb23017bf3fdc5162556 2,399 1.00/1.00 vMB 6
874,865 874,865 00000000000000000001231cd5cd75aae63128b1597fba47db8ad7c411c06194 3,743 1.00/1.00 vMB 8
874,864 874,864 000000000000000000027ea47c7a8c6ac89c16427ecf717eb04fbff6e0528c4d 2,196 1.00/1.00 vMB 4
874,863 874,863 00000000000000000001bfa65408c5047f0d9af77f53baf2f7fb650d41b5eaf4 3,002 1.00/1.00 vMB 4
874,862 874,862 0000000000000000000298b7386e0ee4774b008ee0eb7204c4c6ad318a0bf26d 2,356 1.00/1.00 vMB 5
874,861 874,861 000000000000000000001fdc43e4fb4956368195bc15a519392447a581aa8318 3,103 1.00/1.00 vMB 6
874,860 874,860 0000000000000000000269fcd8739fb9b480f56dd280ad05beeedff3b6bcdaea 3,721 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.10 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.