Loading Tool

Explorer IconExplorer

Memory Pool

72,220 transactions
27.90 vMB
0.06339986 BTC
Random Selection Loading Transactions
Max Size: 165.38/200 MB

Candidate Block

Mining Attempt 338bfb5ec4ca727b4be65dc03894f954605ae0ea07e73b11e5ebd30a2a491ee3
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 76c6081a44777cb2e0db3587f5b49834c3c4c338f2e7d360a1472ead2c20c3ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,399
Size: 1.00 vMB
Total Fees: 0.00777568 BTC
Feerates: 40.21 > 0.78 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (185,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,877 729,877 00000000000000000008a292fa1fdeb0b2533bfa6a6fa8fb9b7494de75cce47e 673 1.00/1.00 vMB 10
729,876 729,876 000000000000000000086c5e17ee58a05a92faa7a3f81199a12d6ceb2a390c53 1,345 1.00/1.00 vMB 11
729,875 729,875 000000000000000000070f3cf47a1d81366ed8887da60203ef1c271f47b5f868 2,594 1.00/1.00 vMB 16
729,874 729,874 000000000000000000036de343472e75b3e9a2885b6c049db7e6cfc804827036 3,078 1.00/1.00 vMB 25
729,873 729,873 000000000000000000031e5207d5dc26594437b0c0143f408fe1bd9c040883eb 2,232 1.00/1.00 vMB 17
729,872 729,872 0000000000000000000861ca511610bd84992fba5865499a99b53c0660655105 1,980 1.00/1.00 vMB 13
729,871 729,871 000000000000000000046fd45de79f56ab5cf7471a4d25fcc87f00da355f5f55 1,186 1.00/1.00 vMB 19
729,870 729,870 00000000000000000007a5c6fdf83416823fbf7fb92f3544a9e74eccb978bfe1 1,158 1.00/1.00 vMB 19
729,869 729,869 00000000000000000000dc453e5c1c19c199ca3d6b9c920ee8f6af5dee601c73 1,975 1.00/1.00 vMB 18
729,868 729,868 00000000000000000002171292b6ff78450d8ec119cfa1f6e85de2fd061874ad 2,877 1.00/1.00 vMB 21
729,867 729,867 000000000000000000085fa15cf029e14d15bdf46ce6c87619d8d857f752b6f5 1,707 1.00/1.00 vMB 11
729,866 729,866 000000000000000000094d5f90e6769934e23c0c5fe00cd39cf4adc0fba39500 2,952 1.00/1.00 vMB 16
729,865 729,865 00000000000000000002af8ea7f80bdd210f2b7917a9e1c9e838376216752342 3,247 1.00/1.00 vMB 18
729,864 729,864 00000000000000000000f4f0eb9d85907cb8725643667881aa1b487818a57407 2,922 1.00/1.00 vMB 25
729,863 729,863 000000000000000000053ad0b511292001b37fcf6d0ec23616e0e02317b4a412 3,600 1.00/1.00 vMB 14
729,862 729,862 000000000000000000010bf02bdd55b6b8c2dbad1e7fb3ae25c58f1bfc650e22 3,806 1.00/1.00 vMB 16
729,861 729,861 00000000000000000004c5d7a36a4927d4b487c62d25564051dd44b8d9a2742a 3,274 1.00/1.00 vMB 25
729,860 729,860 00000000000000000005b88e1ae8eec15101510dfd7cf4ef983724d135da2bfc 3,461 1.00/1.00 vMB 18
729,859 729,859 000000000000000000096f61db45838ade8fd7706406abd2b9705b8059925acd 3,003 1.00/1.00 vMB 29
729,858 729,858 000000000000000000098ba1e7d137f69832aaacb128b3136dd3b2f2bf560383 2,778 1.00/1.00 vMB 34
729,857 729,857 00000000000000000009368ab43b2aa73f2f8c7025f239b67e06a4df4b7d4d63 3,530 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.45 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: 666.97 GB
    • Received: 15.24 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.