Memory Pool Memory Pool Refreshing

13,797 transactions (6.23 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,922 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,245 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,921 (847,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,736 61,736 000000000b899c596a8b961557f11ee2a7e6888ef4ad5b8ce7d36880345f9c60 0.00 MB 1 0
61,735 61,735 0000000000a9d88d6406868ba0aed343f068b196c574ee9cb33957c4cd101b20 0.00 MB 1 0
61,734 61,734 000000000183016f6c72dd64794fee863cf4448b0485586273d4b9f6e224de1f 0.00 MB 1 0
61,733 61,733 0000000003c807628b7171c379bf4cd23247f48575b099fe2cae6bbec0551a60 0.00 MB 2 0
61,732 61,732 00000000034d823ac93028f2ce1945764d3d9433baba974d2050801acb1bf713 0.00 MB 1 0
61,731 61,731 0000000003b9c0597b169dff06f32641693cf7c9e14a50e445a1ffb970e23acd 0.00 MB 1 0
61,730 61,730 0000000006d8b1dc4250cd6f8ac70ef59aafc5df9bd689685c5d43e2b729eac4 0.00 MB 1 0
61,729 61,729 000000000030791aee146e85621d07f8c1b3bc5f4a41be10d0bf4ccddd0d7085 0.00 MB 2 0
61,728 61,728 000000000e9683d027eb87d89345f9beaa2aa5d3aa035ea1855f6abca9fe41e3 0.00 MB 1 0
61,727 61,727 00000000005186f84aa122f5981eb0c3019e5e918f7c9937fa5883f981927685 0.00 MB 1 0
61,726 61,726 000000000b23dd3ef40039f1ddf0358aa274d99c21c70840b449657c2b0154c5 0.00 MB 1 0
61,725 61,725 000000000816c2c9a721dafb5a98859dff11f8810fa195ca58a5376162a4b162 0.00 MB 2 0
61,724 61,724 00000000004b8e08c4e11d842c9b6b010602c5f9edc949defc90bfe1f0c43866 0.00 MB 1 0
61,723 61,723 0000000008044663532a5356be3eeac5b1ccb8cb587b1b8099c086a3dd8c430a 0.00 MB 2 0
61,722 61,722 000000000bc074e0514602d3919748001f07624b1bef40040f4a18ff8e9920ec 0.00 MB 1 0
61,721 61,721 0000000001b5aafd9fc42218e033c4e1be762033a86fe349c93547d8f6de2470 0.00 MB 2 0
61,720 61,720 0000000003a9c946c4d8bdc79dfb2153f71fe26c0a145046679f3807a88298a4 0.00 MB 2 0
61,719 61,719 00000000098f82ff12e52e86d880e38a6e0ad3d1e092bc64f816c4d3232da3ae 0.00 MB 1 0
61,718 61,718 00000000018f42b9c245cdf1cb3ae6468d3d8f0e762a4935a284b9ae52874ee6 0.00 MB 1 0
61,717 61,717 0000000004c7100c4f5103de8e5b09aa7ee2225b04d7125640b957c9d4f23891 0.00 MB 1 0
61,716 61,716 000000000bef03160821ae81d738b8fb811a6dc0b63ab6f41593c7c935f5c8f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.40 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,864.08 GB sent, 104.42 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.