Loading Tool

Explorer IconExplorer

Memory Pool

80,797 transactions
31.35 vMB
0.08542832 BTC
Random Selection Loading Transactions
Max Size: 189.52/200 MB

Candidate Block

Mining Attempt c9ac3d03083f0ee2d6d64380eff7626197566fc373b342cb290e4b8a6e5cd871
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root e33e75c1da76d407c1f917169f0ea5f4f00b311fae0b10c7e05cb7575e497bd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.01760562 BTC
Feerates: 150.65 > 1.76 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (323,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,651 591,651 000000000000000000084ae3fb6fd32858e76e8ce1d8d4627dd4707f7a2a8a9f 907 0.51/1.00 vMB 11
591,650 591,650 000000000000000000167cb5d3e143d9e2f707b3f799a39cbe05c27a8fdd8263 240 0.08/1.00 vMB 27
591,649 591,649 00000000000000000004dcdef2f8ec05e210abb26dbdc71173ade8f33c601304 1,237 0.44/1.00 vMB 19
591,648 591,648 000000000000000000051739dbc7d482b65e3961c77bfd8e5c0afcc1e0a86ba1 2,433 0.78/1.00 vMB 16
591,647 591,647 0000000000000000000fb9ce68c5c3838aaf169f9b2c2dcd031d0edacf897713 605 0.18/1.00 vMB 21
591,646 591,646 000000000000000000115a80bb31205c2400e2e088a79398f33ed0f260609960 2,052 0.65/1.00 vMB 15
591,645 591,645 00000000000000000007088385c1c550bb6e225301003d51ffd3bf2d3d230712 1,189 0.38/1.00 vMB 20
591,644 591,644 0000000000000000001692fd6fd1b42a6ec13747741ae22944f95d6807e0f462 123 0.05/1.00 vMB 19
591,643 591,643 00000000000000000009a9238f3826aaeaf4625fa2e534e797cce475384c5778 1,226 0.41/1.00 vMB 24
591,642 591,642 00000000000000000007b4c495f5d6a6fa527373be6f8135fcb52523e6c80c23 3,139 0.99/1.00 vMB 17
591,641 591,641 00000000000000000008448ea6c91ada592e84c5ad56d61d5e090489caa97ceb 2,095 0.71/1.00 vMB 18
591,640 591,640 000000000000000000181b798367b7782c607250f9b8b80f9df3e21d7f1f8f64 975 0.34/1.00 vMB 23
591,639 591,639 0000000000000000000ce70839c4060c2b2f9262f3cdde03b0d1b11923ba8fa5 2,376 0.91/1.00 vMB 15
591,638 591,638 000000000000000000034f5d93f49b5d0586d57f4fc55ff19c88d96c6246b85a 2,105 1.00/1.00 vMB 31
591,637 591,637 00000000000000000006e49aae639b30f90da197bf02c18214b5ab0fcceb2308 1,551 0.71/1.00 vMB 13
591,636 591,636 00000000000000000001a6ce3af26c95b9c9b67ebab19732edb321e1dd9e6896 2,099 1.00/1.00 vMB 23
591,635 591,635 00000000000000000002d6e4d13c2f807bbc66883ca8194846f8ae9bd0cb9bf9 484 0.15/1.00 vMB 30
591,634 591,634 00000000000000000015c4b40677834c7be3ca10fd36935eedb0f8fd23c8ffb7 1,801 0.57/1.00 vMB 24
591,633 591,633 00000000000000000017c45b72063d36a37f1f8f3db98e085e6c373bfd50feeb 2,839 0.86/1.00 vMB 24
591,632 591,632 0000000000000000000949a28f7d09703ce24bb6bec52c23762ac4c39baf77e9 1,370 0.49/1.00 vMB 14
591,631 591,631 00000000000000000016eb82fd359bf6c228abb46014f699a68876e889a518ed 2,906 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.