Memory Pool Memory Pool Refreshing

5,343 transactions
15.22 vMB
Show Random Selection Loading Transactions
Max Size: 64/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (857,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,369 50,369 000000001b10ecbcdf7bebdd342abdfe22fb5220258c3a1eccff649fa36b8da0 0.00 MB 1 0
50,368 50,368 00000000230e235c108ec97f8051b9128719f0b1ddd268b3e35435b793dee1b3 0.00 MB 2 0
50,367 50,367 00000000196cf7b5126fafac1a33d80125d2d84ed1ab5364ed6a73efa5a91046 0.00 MB 1 0
50,366 50,366 00000000166b06b13dee9c0d6642c182043e8d13ad03bcec9f68744f81b40853 0.00 MB 2 0
50,365 50,365 0000000023cedd29615bff70054b548b0b593a23a90b29c3932eb939b1e2f87c 0.00 MB 2 0
50,364 50,364 00000000282d73b20197fe982c829371c97b457722e1a810e2aa440a37c2e852 0.00 MB 1 0
50,363 50,363 0000000023378050ff4fbaed016546fc9d34915bb6b4859d832e88be5e03fb51 0.00 MB 1 0
50,362 50,362 000000001f3512324864388a7dc9d916943c501c1608767e3f7104088c31bd5e 0.00 MB 1 0
50,361 50,361 000000000eeff5934fc6f96382e27ec3aee8c633ea28b893b6012af77a57e73b 0.00 MB 1 0
50,360 50,360 0000000001c682c285303ca339e55328b66e2b19ea59d5c0e39cf9646fda6c00 0.00 MB 1 0
50,359 50,359 000000001b0a5d203a18039c0ab9fa0836d61d5d42b924b2f739bdff6878d3c0 0.00 MB 3 0
50,358 50,358 000000002934807c22a9c7d0fc04d669b87b2144d56a2981a0e31209d5e02ff3 0.00 MB 1 0
50,357 50,357 000000000bf82da2bc7742f40c743eef72671ce9cea5172cf497ee3f6e11ded4 0.00 MB 1 0
50,356 50,356 0000000001b45ddcf09384bebd35a0b181275fa6652cf6bb31605e696c5d207c 0.00 MB 1 0
50,355 50,355 00000000072e92c97ab7479c564634f10550a47f8007e5eb2fa0dc0a6a9e3d6f 0.00 MB 1 0
50,354 50,354 00000000162727305753a65ea4abd01e43c69957d78c2c1d416804b5a56f8d0c 0.00 MB 1 0
50,353 50,353 0000000023d084474ae7898c0e8e159c23d15feb34cde13de20e2d1b43b09163 0.00 MB 1 0
50,352 50,352 0000000020b2e974a39ee4495c1b36e5e1e70ccc8dd805d2002cb770ac28ba64 0.00 MB 1 0
50,351 50,351 000000001fca5a9528660b95da1d67a0616b07fdd03ac91f30397f7816b351e3 0.00 MB 1 0
50,350 50,350 00000000250217301ef175ad7cc7151da5d940c7484054a074bedd645087a946 0.00 MB 1 0
50,349 50,349 000000002437481c1e02537913571e7835a40e634703e44abaaaf2f16e83ff19 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.48 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.