Loading Tool

Explorer IconExplorer

Memory Pool

79,189 transactions
29.66 vMB
0.07581771 BTC
Random Selection Loading Transactions
Max Size: 177.91/200 MB

Candidate Block

Mining Attempt 424b3a039a260fd2ac337b3aff0fe721b3716a2f5b873972369163f99559c51d
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 401927a1476e6cd68b2686ac82e459705bf12b37fe9f91574644a4beba33f545
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,909
Size: 1.00 vMB
Total Fees: 0.01540082 BTC
Feerates: 313.32 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (185,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
729,856 729,856 00000000000000000009d2dbd43def1035d485f353bf06597b6732d6e2aa13d8 3,660 1.00/1.00 vMB 24
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 665.40 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.