Loading Tool

Explorer IconExplorer

Memory Pool

40,010 transactions
26.00 vMB
0.06602657 BTC
Random Selection Loading Transactions
Max Size: 134.95/200 MB

Candidate Block

Mining Attempt 7bd943967b784361df6734907c4d48eb66cecd38d870c7f67eea937ff90c20e5
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (871,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,867 43,867 00000000271e6cfa4720fc8e3563fa29f0ddbc1b74bb8bfd68a38219d167a55c 1 0.00/1.00 vMB 0
43,866 43,866 0000000018e941926516de53019dd1fca29130a61831f828d08391d3be1c8ca4 1 0.00/1.00 vMB 0
43,865 43,865 000000002bb29b9c315aeb173e470a7e99273b0b7882df0c7a4e1583d9bde429 1 0.00/1.00 vMB 0
43,864 43,864 0000000021a62f04911bb0839230ef26a787be278074cdb51b4762801508fdb2 1 0.00/1.00 vMB 0
43,863 43,863 0000000002b88522ffe76b7180b4a8f4250360652a140fbd7c62723879f01b03 1 0.00/1.00 vMB 0
43,862 43,862 000000000ffd7aaddcaab173579c8bf395b15ce7be17063971dbc8223cd5125b 1 0.00/1.00 vMB 0
43,861 43,861 000000001dce003b2f780595b2a1704652dd53bf42dab6fd2f1b4b968a1136bf 1 0.00/1.00 vMB 0
43,860 43,860 0000000041d9caa79516d73814b09a613b16f4d95e1d4ff36c2d14a3076d9e59 1 0.00/1.00 vMB 0
43,859 43,859 0000000039ee3a50f0808c8c355d87db2d3285acac735f2a400ca20c76615060 1 0.00/1.00 vMB 0
43,858 43,858 00000000185ea3f8da807848112edd7be678608997d5d25d7dfed900080316bf 1 0.00/1.00 vMB 0
43,857 43,857 000000002e3f2ba4cf8bb742bcfb028cb03cdd56569a4f2b965b5a27d26fe4b6 1 0.00/1.00 vMB 0
43,856 43,856 000000001d8878bdf3149813f8231cbc921969189fcff711bb29fbdcee075aea 1 0.00/1.00 vMB 0
43,855 43,855 0000000026f5ace25808a1b3f83e920579d0a4c6274ff7ea02c3d460b40d2838 1 0.00/1.00 vMB 0
43,854 43,854 0000000028cd4fd97f6adb5e3ac7daaa8dc6199368b04c98d9335abbe579940a 1 0.00/1.00 vMB 0
43,853 43,853 000000000e483230ac251752cf0facaa21a9934337134553c4003940d584692f 1 0.00/1.00 vMB 0
43,852 43,852 0000000023676ebb144ef046401d960c6c5254111a7baedc878917e701f5616c 2 0.00/1.00 vMB 0
43,851 43,851 0000000024b87917b2fbe01b76ddf39418efbcabb895d5a2a1593bda121c4dfc 1 0.00/1.00 vMB 0
43,850 43,850 0000000037d37c266e20516e0b58ddd50e7105f8b64aec92e5f104b802a26ade 1 0.00/1.00 vMB 0
43,849 43,849 000000000e6efd79b7b35973da6cdc88e019cd26e793a233e53d5ef08bdc22df 1 0.00/1.00 vMB 0
43,848 43,848 000000003ce175c7f55052828716de5a0a782b38b478398ee2cc47a1acaefcae 1 0.00/1.00 vMB 0
43,847 43,847 00000000250d9ef11be13dcbff540409ca6e6f24985c77c107b4c1caf863ba04 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.