Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,346 transactions (0.43 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,370 000000000000000000022b910000000000000000000000000000000000000000 0.43 vMB 1,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,369 (29,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,688 881,688 0000000000000000000227ca708ca84596ec189d25603a1423417dce65d70f41 1.50 MB 3,448 9
881,687 881,687 000000000000000000005227516babdd0a1b7befddf68aaa6b7cfae474b05e90 1.59 MB 3,465 6
881,686 881,686 00000000000000000001bf712128ec9ef785b5411883cf7ae6cb4e30e7d3b555 1.66 MB 2,982 3
881,685 881,685 000000000000000000018a5ada3276eee166be8192f8eeecc4961f1e42259f4b 1.54 MB 3,367 5
881,684 881,684 000000000000000000013cc896e99981db8a1035bd2e5c1b4a83c592a297f25c 1.77 MB 2,954 4
881,683 881,683 000000000000000000006e21b74bc27351f4598f3c8bb2d5e1c3e2443ad7bbf7 1.47 MB 2,415 3
881,682 881,682 000000000000000000023b092faef039e1fb3aa8be540ac8cf62cad8f0ee15a3 1.61 MB 2,921 5
881,681 881,681 00000000000000000000adb6f6c558c5da05ae338d41ba3ab3a14f72737a8988 1.44 MB 3,038 6
881,680 881,680 0000000000000000000235d67cf78949a0abfa487654e2449d24fc250c438da0 1.61 MB 2,857 5
881,679 881,679 000000000000000000001c38b99f8f2bca4abfbe8488390335674d6e795a8caf 1.57 MB 3,546 10
881,678 881,678 00000000000000000001ff45d39cb93910f333ff703a036f8a0ac839a2d669a7 1.80 MB 3,090 4
881,677 881,677 00000000000000000001c43bb9c22d4c2c353824fc54a2eca4bb6c863f754789 1.63 MB 3,561 7
881,676 881,676 000000000000000000022247ce3898fc9e10be0161cde5f369293d7a916ca8b3 1.63 MB 3,664 6
881,675 881,675 00000000000000000001e329abec86a279f3572c3fa91a9f5e4f9216a54bf22e 1.59 MB 3,472 10
881,674 881,674 00000000000000000001f69c936d4dae3d40d8b6f091dfd9fb9f15dc266833db 1.61 MB 3,288 6
881,673 881,673 00000000000000000001423158d1fb17a9a12edd796169880fa0e09daadbde13 1.57 MB 3,408 4
881,672 881,672 000000000000000000009f835099bbb71e5430aefb194b227e5a3e34bbc55678 1.57 MB 3,039 6
881,671 881,671 00000000000000000001fb99ef794c30d4bd63f043b27d61f14b8d4f3987ee44 1.55 MB 4,080 8
881,670 881,670 000000000000000000022790a168f7f452c013ee035b90c077af70890d47c44b 1.48 MB 2,629 3
881,669 881,669 0000000000000000000234d66ebc02b54e9a2810823517a8013bb1cfeee891cd 1.91 MB 2,843 4
881,668 881,668 00000000000000000001fbec0cc37d70cbe9aaf96a66027a9e00b670649d60d2 1.76 MB 2,465 8
Previous 10 blocks ↓
Total Size: 775.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.85 GB sent, 128.46 GB received

Notes

  • This page updates every 5 seconds.
  • 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.