Memory Pool Memory Pool Refreshing

17,097 transactions (3.81 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,177 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,176 (844,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,959 64,959 00000000091bf0657a0203e52c38f283dd2c15aa87ea8973c8368a40ab0f1023 0.00 MB 1 0
64,958 64,958 000000000327d7ec4327261b41d218fba5d51845b4775cf86ee0e2c74868e6c4 0.00 MB 1 0
64,957 64,957 0000000003a2582c3bef563502251f3b5b7a64ab184d3f56a1887e24299da2ce 0.00 MB 1 0
64,956 64,956 0000000006add4155d733cf35edc6c2130ba21b50f8a860422b306df066bf288 0.00 MB 2 0
64,955 64,955 0000000000552316831fe13f7e7ee572770d77fc84af1766b5634346765bb747 0.00 MB 1 0
64,954 64,954 00000000030f5f013231a89f9bc94cccb4d51bd28e944e29ac3f107ff011b4c2 0.00 MB 1 0
64,953 64,953 00000000077be92e3604366c6ca2a2b55ce1f569ffa7c354ac2f470eba86f775 0.00 MB 1 0
64,952 64,952 0000000007f501d831cecc1d6340c52d747a1977f3b5b0c45fa334a90d9d2675 0.00 MB 3 0
64,951 64,951 0000000008ddbb44c770b8e0052db5fa51df883fc6242d82807e3c8a110d2d61 0.00 MB 1 0
64,950 64,950 00000000017e709db052d47d03cd352318786aaff7a3b192f7c5dd797cb4cb32 0.00 MB 2 0
64,949 64,949 000000000563fe0268dd7df4b58c3ef300d822f3d2a8d8b52d4506600238086f 0.00 MB 1 0
64,948 64,948 000000000148dfb7a4f4c2429ed97c9d5c9a429c11844be12e82956406b95410 0.00 MB 1 0
64,947 64,947 000000000aa18a223d8baf4041e621c57c65a83d012d64c7f5e8843461ccbcbb 0.00 MB 1 0
64,946 64,946 0000000006e98222c555691d1e8a1164ffc940a0acf3d15eaeeb2363dd9e90d5 0.00 MB 1 0
64,945 64,945 0000000008ed38299d7cab95158dc2b20ba7c5aef449b4b9e08b67e01c225236 0.00 MB 1 0
64,944 64,944 000000000414f722e63d4cfd23f0a9480c8a674700cb39bd3b6fc07fd714f5fc 0.00 MB 1 0
64,943 64,943 000000000712f27d88820450ffc711ba1bf01e8f3be4a3a805fad68cab3391ab 0.00 MB 1 0
64,942 64,942 000000000312b1eff74806c65958c83778a7909c733d1bea084d7ba934f8e25a 0.00 MB 1 0
64,941 64,941 000000000a79f0f01e3601e345d985e4981c1dd976225ec039afaaa8a456f9e9 0.00 MB 2 0
64,940 64,940 0000000001fcd3e12e7323dabf64c020cecafb40d3c24d4b074ab8c0d6f3f432 0.00 MB 1 0
64,939 64,939 000000000954465bc3d779510ef47d28a3868845487b299c5049e6466660b5d4 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.87 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: 1,985.06 GB sent, 107.07 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.