Loading Tool

Explorer IconExplorer

Memory Pool

78,401 transactions
29.69 vMB
0.07138094 BTC
Random Selection Loading Transactions
Max Size: 181.58/200 MB

Candidate Block

Mining Attempt dfc40c4d1e7e1386be272b1c44c7f5e7542183a3ebba8419de7a2c736d699b2a
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root ae441ade2d5120a04bb63d0d40993a819710886b194b927cec38f9f42788ffa1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,807
Size: 1.00 vMB
Total Fees: 0.00545517 BTC
Feerates: 104.17 > 0.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (476,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,578 438,578 00000000000000000239567f29377c18612b8b036865678c12f82121331d26d7 2,887 1.00/1.00 vMB 60
438,577 438,577 000000000000000001f14b77236c1b209a26e3c21366d73643f70e0aab847e3b 2,879 1.00/1.00 vMB 89
438,576 438,576 0000000000000000041da300c17ab6d11896c37b81eb88d3c90990c96cf6bf53 2,697 1.00/1.00 vMB 63
438,575 438,575 00000000000000000126431a49db100cbb8e481e6a4c935e85445bd1029fac66 2,496 1.00/1.00 vMB 68
438,574 438,574 00000000000000000039206b1c8196bc8acd86955aa63ca83b5f6f4a3b45eeaf 2,540 1.00/1.00 vMB 79
438,573 438,573 000000000000000001e052e64f879e34a372c70abc8f90174174821fcb561a3c 1,733 1.00/1.00 vMB 51
438,572 438,572 000000000000000000008dcbd532f083978d962308ea0952d006629677199807 2,760 1.00/1.00 vMB 63
438,571 438,571 000000000000000001ba29b0d9372da478f8213adabcc97527ba02a2a18779b3 368 0.13/1.00 vMB 162
438,570 438,570 000000000000000003898ae9640e4e946745033f87d8037bd27c67f839cfed11 1,027 0.40/1.00 vMB 63
438,569 438,569 000000000000000001ae24fa3943da6ea6405539e888678f60829a8674ecbdbc 625 0.88/1.00 vMB 20
438,568 438,568 000000000000000003411b2a1fe156dcd891522ad29266b8f49d702380b95922 1,741 1.00/1.00 vMB 59
438,567 438,567 0000000000000000000872f0b0ca517cdc00d4feb7c947e9c04484d1ded7127a 1,661 1.00/1.00 vMB 50
438,566 438,566 0000000000000000036200fd7d771ad2a4c64fe5d6c6ac86cc39b84c0651a205 1,735 1.00/1.00 vMB 43
438,565 438,565 0000000000000000003ec9a38f1af3008561aef2d62937d2e9aef73e3e9d8177 2,859 1.00/1.00 vMB 65
438,564 438,564 0000000000000000032846d1b2678de2cb84308ac35f84a57ebdae8768ed5558 2,353 0.93/1.00 vMB 73
438,563 438,563 000000000000000002c318124b9851cda9ca0d6b062cedb7c8479afe04e56596 2,226 1.00/1.00 vMB 84
438,562 438,562 000000000000000000ae15ddb78752c669c5c0a37ba8e52793603823e1e5f5de 2,310 0.99/1.00 vMB 64
438,561 438,561 0000000000000000044bbe3817f9f723293427e62a7a79533c7c05c83d62f6b4 1,479 0.99/1.00 vMB 50
438,560 438,560 000000000000000003ed9fa292744c8b13709d82a91ce1b8bcda6c10d1443d4a 2,083 1.00/1.00 vMB 54
438,559 438,559 000000000000000001485867457f20d42dc36e9587cf6de1e202c4cd3f2ab7ee 2,062 1.00/1.00 vMB 51
438,558 438,558 000000000000000001bb17bed0c6cae1c19471a352aa22d0c0cf11cf7e753d13 2,745 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.