Loading Tool

Explorer IconExplorer

Memory Pool

78,200 transactions
29.28 vMB
0.07715912 BTC
Random Selection Loading Transactions
Max Size: 179.50/200 MB

Candidate Block

Mining Attempt 3b0e7216e42e13c4670f00a4441a58a37c6116949af227ceea5e07387e77ef68
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 254062f7dd43692153c178f5d607b0fa8bfdfb0d8b9b7951153b51f5c31b6fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,523
Size: 1.00 vMB
Total Fees: 0.01305934 BTC
Feerates: 73.20 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (383,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,451 531,451 000000000000000000257021cc7c1bacc0eff9c100c8d24082310c3d55f09814 1,524 1.00/1.00 vMB 8
531,450 531,450 000000000000000000014522f134a744c9b431fb1b1c186ed942e1cfd32cc587 1,533 1.00/1.00 vMB 53
531,449 531,449 0000000000000000002dbd0db1ce5532ca200f8f054b4395376a5c82e9d05310 2,579 1.00/1.00 vMB 32
531,448 531,448 000000000000000000261252b795d3d8f6f3872f2eef3a5f9e3f966676d15dca 556 0.47/1.00 vMB 37
531,447 531,447 00000000000000000033236728cb97744f76d2c7f06c085c015e25af8d5581f3 556 0.38/1.00 vMB 20
531,446 531,446 0000000000000000002ffef57f309964b28ef6990a65d10ed5484ed29141153a 296 0.50/1.00 vMB 5
531,445 531,445 0000000000000000000f04ebeb748ff17638d749d8fce48569c2d3f11461ff02 221 1.00/1.00 vMB 2
531,444 531,444 000000000000000000187baecfe562cbaaa4b2c10761c628ed0608e536047ccc 1,849 1.00/1.00 vMB 16
531,443 531,443 0000000000000000002ba19028af9f8e5ec9bc6e3d33ccc1891e6a296218094c 1,996 1.00/1.00 vMB 15
531,442 531,442 00000000000000000034679ca59fbdb197a804b01417cf22d2b0886b1b6b92d7 2,269 1.00/1.00 vMB 30
531,441 531,441 000000000000000000013cdbec4b223b335d269841db7447803d5e98af4c1709 70 0.04/1.00 vMB 8
531,440 531,440 00000000000000000027a68b5c7aedb0d5aac85a5fd28316deb2aa5b4457db11 286 0.16/1.00 vMB 19
531,439 531,439 000000000000000000195612bd1494132252e9cc5d82ca3e2840edbec4d6d1af 188 0.10/1.00 vMB 13
531,438 531,438 0000000000000000002a13c5e7471eabeee75912ef6062b6ae7b9d8160b77021 221 0.11/1.00 vMB 17
531,437 531,437 00000000000000000032e5f5e39746e3e0b07541564824b3b63c55dccfb4691e 1,181 0.90/1.00 vMB 12
531,436 531,436 00000000000000000021a12ef5fe018a7334028a315c26daf14b8ed9ee3231be 858 1.00/1.00 vMB 10
531,435 531,435 000000000000000000070c086d9b67dd15fafb3aadc7d8c20ddedcbf498691ce 1,348 1.00/1.00 vMB 8
531,434 531,434 000000000000000000198ed8797a8f22baee9dabd1cffc4efa12d3ec60d5c2c0 2,483 1.00/1.00 vMB 29
531,433 531,433 0000000000000000000515924922fa7827fb542ef6582c0fc76d3406de73a946 316 0.19/1.00 vMB 10
531,432 531,432 0000000000000000002be66c2ad98431499e1e879d9a9d2e50c1451c55a183d0 1,052 0.78/1.00 vMB 23
531,431 531,431 0000000000000000000c98c40e638fa7682b390b52e35d3ed0510d9497f84ce6 120 0.07/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.