Loading Tool

Explorer IconExplorer

Memory Pool

45,679 transactions
27.44 vMB
0.07979821 BTC
Random Selection Loading Transactions
Max Size: 144.44/200 MB

Candidate Block

Mining Attempt a063eeea8f11105d2d6e646b74c934e80d1dc34c87a3c3e06e7725e755d276c0
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root a093e4c9b4cb57099fdbc7762b53497230be31853f1d07e0bf8469db6a548818
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,516
Size: 1.00 vMB
Total Fees: 0.02678856 BTC
Feerates: 265.25 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (351,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,762 563,762 000000000000000000020318bbb1fb7840da441e37bd237e211c6b0ce513af51 2,888 1.00/1.00 vMB 56
563,761 563,761 00000000000000000007f18560d29503729ee37f1365f42fdacc304176ceb759 2,294 1.00/1.00 vMB 44
563,760 563,760 0000000000000000002c998453811953e86aa4dbf6a0abcf27bdc150f01a7f06 2,349 1.00/1.00 vMB 55
563,759 563,759 00000000000000000011c0c36419e00181caf995b7931e2d95b6bbf5417510c9 2,691 1.00/1.00 vMB 54
563,758 563,758 0000000000000000000309dcfc88a34a2a05288bf2607aba7939aeaa0172c1cb 1,925 1.00/1.00 vMB 59
563,757 563,757 00000000000000000008e6c34afa19aa52b13d53c59c24e973e2a92adf4ad49e 1,899 1.00/1.00 vMB 74
563,756 563,756 0000000000000000000b68e258127a4a69027b964b1f29f2b0b59547a3332e72 757 1.00/1.00 vMB 62
563,755 563,755 000000000000000000146ca4880c9dd16acc9dfb169d94448b48e3d63181205d 1,334 1.00/1.00 vMB 104
563,754 563,754 00000000000000000025517f60ccd6b4130506d0b960df5d6b0c2be1d0ce4bf5 2,568 1.00/1.00 vMB 31
563,753 563,753 0000000000000000000c3aec99d844ab6516760f46aa885b0c7307937c833d77 2,738 1.00/1.00 vMB 32
563,752 563,752 0000000000000000000b9d1d811fd7abb8c29809e0d7fc3eb57190abb6c7ede4 3,245 1.00/1.00 vMB 34
563,751 563,751 00000000000000000002ff5143cd4d3be376e9e25d69118e7a79a4dceca76f16 2,689 1.00/1.00 vMB 44
563,750 563,750 00000000000000000017ca66c525502de2674fd0a6b5dec34727092da18d0518 2,361 1.00/1.00 vMB 17
563,749 563,749 0000000000000000000db88743e55c9c6c24e25da7b36580dd12fee845be8081 1 0.00/1.00 vMB 0
563,748 563,748 000000000000000000244cb51cf11e7885c3be03affc3a954223de0fe0b26a94 3,077 1.00/1.00 vMB 17
563,747 563,747 0000000000000000001bfde3d63f9d17a2c698a0c5d31f2b4d16168a64a972c9 2,418 1.00/1.00 vMB 48
563,746 563,746 000000000000000000182e19b678cc67d1a1acfab491d6b75e838294edd71e62 2,923 1.00/1.00 vMB 41
563,745 563,745 0000000000000000001a14406b04b03e692f1eb2b75f82cf3674fd4bef0d209a 2,671 1.00/1.00 vMB 4
563,744 563,744 0000000000000000002b4d8326182888f84106c4c7d2d73d5c733cb56c8733c4 2,941 1.00/1.00 vMB 19
563,743 563,743 0000000000000000000b5f344a670c6f5404911981312326b46304cc8fecbdb7 2,344 1.00/1.00 vMB 37
563,742 563,742 00000000000000000008c64fae18b54a1a9dc6517779dd5789cea6178c22b40b 2,882 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.02 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.