Memory Pool Memory Pool Refreshing

421 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,289 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,288 (792,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,605 115,605 0000000000007285d3f39e2437d92fd494dddb34be71a392b2d70df98d8e9ff7 0.00 MB 10 646
115,604 115,604 00000000000084a00c8635e5d2cfcfad36d830b8361420b26a2fb17bf7bed609 0.05 MB 200 60
115,603 115,603 000000000000a94b4b541faf605a329d5385f2fd577cf29f1fa69d0028838484 0.00 MB 10 336
115,602 115,602 00000000000054ef73be3f9a03c454ad86b01887d86c67b343516f92bf56d2a6 0.00 MB 11 1,067
115,601 115,601 0000000000005712d89c405e32674098df539c2f038d5c7a3f92d5fc0d68bb9b 0.00 MB 11 0
115,600 115,600 000000000000bd47eb600d6d8adb5b9c42d01ed0fbfd3a6f2eaa6879c6ff1e1a 0.00 MB 12 0
115,599 115,599 00000000000040dbcaad11bbba220d67ce8334dafedcb6ca0f603cb7567afa0f 0.00 MB 10 353
115,598 115,598 000000000000dcefa72ba48155e0aaaf7f73e2099332774dde5dda35d222e270 0.01 MB 19 547
115,597 115,597 000000000000e95f3fe59101fe4ee6685960d8ae49b2dbc0dd5578dfa5f414be 0.00 MB 3 0
115,596 115,596 000000000000eeade6933ffb0dbd3787dca00b1a324f3a2111a1359c15dceb68 0.00 MB 2 0
115,595 115,595 0000000000006622455d2ec63365398aca2ff84094b41079eb317c243adff8e6 0.00 MB 2 0
115,594 115,594 0000000000003dde7b2e94f01f63edca4a84c7ff5aeab3e232827fc15b9d0cdc 0.00 MB 4 1,050
115,593 115,593 000000000000d0061e97241078d4e09e68f41c9a9ac4b711feae23136c689fcd 0.00 MB 7 512
115,592 115,592 000000000000c1bbfc6d91f999eda98b07b1d482dd0fc7579850bdae01dc139b 0.00 MB 1 0
115,591 115,591 0000000000009d4cfa23f15155df899b92cd2cd50dc5279cf175e7889b854ef5 0.00 MB 12 305
115,590 115,590 000000000000b33515808aa092615311ccb73d1c62fc32c85729acd75f51ace4 0.01 MB 13 767
115,589 115,589 00000000000034d2d71b68750beebe33393c87e713703cf4dda5dae95ba1e02e 0.00 MB 8 1,135
115,588 115,588 0000000000003383fead833bf32b79d561ea91d6c06baa3a9a7391e25d1c5793 0.00 MB 1 0
115,587 115,587 00000000000065f434fb757409dec0ca23aaba8f29e4db783084b436dfa90b2c 0.00 MB 2 0
115,586 115,586 0000000000001f2d033d96c144452aec684fc39918b9eab6880537ffa128594d 0.00 MB 6 0
115,585 115,585 000000000000ec2adc9bb783a3a95e8aa58c7bb0f7a69d390e4cb03eb1c7fe07 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.23 GB sent, 98.27 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.