Memory Pool Memory Pool Refreshing

5,465 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (417,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
490,063 490,063 0000000000000000003eb16d159dd96901c0688db8bf418abd2068e193ae0f45 0.19 MB 335 158
490,062 490,062 000000000000000000a99411c69ad537718ca94932e9641ec2166e91752bb615 1.13 MB 2,695 62
490,061 490,061 00000000000000000097d8a9f9dc6e5dc057688817071e8959fb74eb974e1c68 0.29 MB 521 150
490,060 490,060 00000000000000000043e3a162a03b2c51df1420ff167720844d7eca1747444a 1.03 MB 2,324 167
490,059 490,059 00000000000000000056b747f803025742746f2eb5eff45c843e05177351dfd8 0.12 MB 297 165
490,058 490,058 0000000000000000004c5613326d116b213b49a2d906badcfd643cdf47169063 1.00 MB 2,415 120
490,057 490,057 00000000000000000063e6eea8ec87379d113400ed730a75d5ef78945ba0ecef 1.00 MB 1,490 103
490,056 490,056 000000000000000000989f80d46252ce733d6cb5f4c11ff326562ab9edcc64b2 0.18 MB 439 227
490,055 490,055 0000000000000000005ec8073349138296f10ea1f7a714f0b3b79ed868eeb7ba 1.04 MB 2,298 151
490,054 490,054 000000000000000000c09f24dd2c80d6b8d7c2aaddb3dbed69e54c80df6ef5a9 0.14 MB 92 134
490,053 490,053 0000000000000000009671f9c14a0c1373cf07f5d8ff29cf38acbd41edacba7f 0.44 MB 933 125
490,052 490,052 000000000000000000c88ff3e0b21759cb9c6439ae28a78adaf910d80ab0cc30 0.16 MB 394 133
490,051 490,051 000000000000000000df9495a043025b31e46c5a5edd884985327d50b8714905 0.74 MB 1,469 109
490,050 490,050 0000000000000000005a3111239057c1a5c07eaf740d9b5431254d59a3a790bb 1.10 MB 1,888 68
490,049 490,049 0000000000000000002eca966ed0bd69511ab6335e08f2ac696f92fc0b348edd 1.06 MB 2,418 164
490,048 490,048 000000000000000000db464ab6bcec46233459d90beec0c6c6477384a5679a07 1.10 MB 2,266 102
490,047 490,047 0000000000000000002e3dfb8ff32809f89e87b0784e0e9b86973c48aae2d123 1.00 MB 2,500 41
490,046 490,046 00000000000000000043689a335233c3de3326728f8363bd355fada122d29dca 1.00 MB 2,324 68
490,045 490,045 000000000000000000c1df8a824ce7efb836e88205c16c4eb269665fd1ab2827 1.27 MB 3,073 35
490,044 490,044 0000000000000000007ad1f4162fe2b1a986e54d488aa621e292950a27c34f48 1.10 MB 1,991 145
490,043 490,043 0000000000000000007d730410fcf7eea3868393a805d78fd42af2c5f484ad97 1.00 MB 1,388 95
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.