Memory Pool Memory Pool Refreshing

14,449 transactions (5.11 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,440 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (872,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,580 36,580 000000006d77839256c7f2e96eeb50e43cd9ce1ff4aa9802fdec63708607029b 0.00 MB 1 0
36,579 36,579 00000000b8433536f760cd9545d793adc5513fd20345bbf0513af3c3eac5a11b 0.00 MB 1 0
36,578 36,578 000000007dbc526935d63484457aa48918293ba5fa82d005fc65b5209e02041e 0.00 MB 1 0
36,577 36,577 00000000364e5bdd7827c697aa4983692ca101c755321ae2d36aaf747fb80640 0.00 MB 1 0
36,576 36,576 000000007ffdd7ea755b3973dd56a3d975a86d8ef354b3948c44b51108481b7e 0.00 MB 1 0
36,575 36,575 0000000085b0bdb093cfd1ba6e10000f81cb943bbbe4ec13cda4a2da34ee3a7d 0.00 MB 1 0
36,574 36,574 00000000a39c2fdc41f1408901207c2f227e566c224e69b79fa32aecd6545a97 0.00 MB 1 0
36,573 36,573 00000000452a77f3f0a034e6de2c909ed8db82b53ca8c1ab5dfb932846c2516c 0.00 MB 1 0
36,572 36,572 00000000b75411d1dd1e7b0d71d59aeeae05507526243f77caf8ecad934ff6d1 0.00 MB 1 0
36,571 36,571 00000000339d1361726e7a93fa307a99afbfce9b1816c2d55d9a84c1429dca39 0.00 MB 1 0
36,570 36,570 0000000027304d6a89540125151edb18dacb6b14218f2ed7dae76f6a6a2b8b34 0.00 MB 1 0
36,569 36,569 000000000b08d6d43337f81eb7c6612e20a40b2d5aae01150a3438ddda41f1ad 0.00 MB 1 0
36,568 36,568 000000007cbf3d6e550164416d1b03dc732fa804a05df7850305d62eaa923da5 0.00 MB 1 0
36,567 36,567 0000000038df7612671e9ab8870092fe4c0cf0661d3e13db93466e35dd518e93 0.00 MB 1 0
36,566 36,566 000000000709bcf6e1db247edf9ffb7aba51776048e8ccfd9f5c2120c1e43745 0.00 MB 1 0
36,565 36,565 0000000040b1c67f48a1098d51c301158ec051c108e3986da05b8400e58d9fd2 0.00 MB 1 0
36,564 36,564 0000000059bac5d40be743e050ab264b79fb9947d99a7f69eab9d7f65c7e1a2a 0.00 MB 1 0
36,563 36,563 000000007fc8cec476b6462b3808df6bd5cdabf9be82194ec14d75a50b9eb82b 0.00 MB 1 0
36,562 36,562 00000000ad75ad5effe782ecb59143b5a663eee98657100e85440a3be9db50a3 0.00 MB 1 0
36,561 36,561 000000003be1fb94d71c8778b65b5aa3a45cdbae11f8730a9d5d4bc93a72e1ca 0.00 MB 1 0
36,560 36,560 00000000ab07807d571aa4424b1867735d49f91e32cef25c2c1c4d8ad4f47246 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.19 GB sent, 103.94 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.