Memory Pool Memory Pool Refreshing

12,402 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (614,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,892 292,892 0000000000000000639dda7b5e25560d9e296a31d4b1220a74dde64dabbd263b 0.09 MB 256 75
292,891 292,891 0000000000000000293eb1de66291a77d2f37e90cbe2eac00a0d216c99f9fede 0.15 MB 296 32
292,890 292,890 00000000000000005b286158557eeb258f90b541b9b06b715ce157a7910b737f 0.20 MB 396 36
292,889 292,889 000000000000000092054b0ff431e0ea45f8622fb7aebce81aaba102f4ca03ab 0.06 MB 128 28
292,888 292,888 0000000000000000d53d412bd5b37d19b8d127bc1f25330c105183d899cbd88e 0.13 MB 199 28
292,887 292,887 000000000000000098b464f777478089594cbf2e09f635dcc14b8becdf26e00d 0.16 MB 289 25
292,886 292,886 000000000000000025e786d7954af0f6f15f6a01b0945e97b18ab11ae62fd369 0.21 MB 505 40
292,885 292,885 00000000000000006536f3c4f7ed428e3774136ef276c4570b14f118aa94e203 0.24 MB 157 14
292,884 292,884 0000000000000000d2ba42752bf9a5ac261e6dee11ea50d0d66100217d4959bc 0.21 MB 512 44
292,883 292,883 00000000000000007c91c1ff2a78d9e8c420036688aef85d53654a9572631ab1 0.07 MB 145 33
292,882 292,882 0000000000000000655e2e475604b7a2db483350cea7bff720f27dc6a5d0b123 0.34 MB 604 31
292,881 292,881 000000000000000022bd15e7d8f00c107c68b07a4c9a12aef8700032b18fef25 0.01 MB 22 35
292,880 292,880 0000000000000000c9089328d756797bc26135a1cc500acfb7736b59105e9454 0.05 MB 67 20
292,879 292,879 0000000000000000b1ae7f478562c282e700e78cfcb71c264a9e4854093903ef 0.06 MB 128 32
292,878 292,878 0000000000000000153b6a758fb63128ac4b8b4f72e57496652142dcc4000143 0.23 MB 529 40
292,877 292,877 00000000000000000e37e396875103af0ffa21e883f80527a6b4ebfdf9462b68 0.10 MB 188 29
292,876 292,876 0000000000000000404cb579537db2cbfad920a8fcddd770f0fd98ceb4a805fa 0.24 MB 453 36
292,875 292,875 0000000000000000c68c5b38d2c4f31f0232e2a9d971e64667c55c72268a640a 0.01 MB 23 28
292,874 292,874 00000000000000004e3a92e825bbf34b6c60faed3d9cea4c176e9a19dce7e05d 0.10 MB 229 41
292,873 292,873 000000000000000034d932ad79ca48c1a4dab27c975213edf9e3cea7ecdcde5c 0.10 MB 180 49
292,872 292,872 0000000000000000897865e4a68e5f084ab596a2fd10fecfd2602a6624ac7b8f 0.16 MB 259 38
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.