Memory Pool Memory Pool Refreshing

1,094 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
906,510 000000000000000000023aa60000000000000000000000000000000000000000 0.35 vMB 1,075 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,509 (776,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,978 129,978 0000000000000ad246fa5edea7aa5ddd1e0a2b15857f33954e4a7bda689fd952 0.05 MB 158 51
129,977 129,977 00000000000011770f31c86f9fe0e614a2c7b15892f998f92b376d5319a7a854 0.02 MB 28 827
129,976 129,976 00000000000003ddc5ccb26997e9074ba7cbd5f4a7ec01f9c35ad257fe653504 0.01 MB 17 564
129,975 129,975 0000000000001a4e1165055cb53b2d59090ae7b1363d7638591040ac797c64c6 0.02 MB 60 1,574
129,974 129,974 00000000000007da1148c0f4874293a956bccefa8fc6275c74a0b9e33ef1fb44 0.01 MB 31 560
129,973 129,973 0000000000001a81420b6e3fefb70af71b16411132825e0e0b431e8ca00902c1 0.03 MB 75 912
129,972 129,972 0000000000000a65c5384cb07b393e3f1a68b7293cac7096dd927924268c13e5 0.00 MB 8 2,515
129,971 129,971 000000000000104d8a7af0a4a67bf8913f6932f39fa13e50ebf9c4c01d105ded 0.01 MB 14 2,371
129,970 129,970 00000000000011752e6a786ae6b57c5ce3adfb4a4787de140968e77509b67f11 0.00 MB 10 834
129,969 129,969 0000000000001b1447d841e9d070452f94f4c19505849b6366b713de0738206d 0.02 MB 42 562
129,968 129,968 00000000000005926cd84a0a711a50a3ad42482e912057f0f81c265b2cac23d7 0.01 MB 30 575
129,967 129,967 0000000000000f279bc719ff2e2a3b670cba6f67a6bfa83d3305eba62f6be9d2 0.02 MB 31 217
129,966 129,966 000000000000119c7dd224afee60a01258d341133f6cc852b794fdd2aa65050a 0.05 MB 154 363
129,965 129,965 000000000000192197e1016a67773a4553696a79a7969e8564c996a9e57b6ba5 0.01 MB 34 616
129,964 129,964 00000000000000bd266dd5a160297cf9458263ee33d9a9998da4837aa7bd9dd3 0.01 MB 36 724
129,963 129,963 00000000000011a3211ad356520cd9b8208c4046855c20fc9ceb4c73a91ff87a 0.00 MB 10 356
129,962 129,962 00000000000010344b545cc16cdc46da25b3f5419db8f53d025332023a06aba2 0.04 MB 82 1,342
129,961 129,961 0000000000000e98a136b9ced42a01bdd8704f051011ef1b91331dcdce51d31c 0.01 MB 25 551
129,960 129,960 0000000000000ea6a06c097ea5a976ca298c44b63601a983db99837426eaf91b 0.02 MB 59 885
129,959 129,959 00000000000018e196b9074b289f3402b83da7c781f60b5686cb34b845a1f92f 0.01 MB 20 177
129,958 129,958 0000000000000e7d0673a3a801ab0c32a704ddec2cc8fc16677ff786439710a5 0.01 MB 10 670
Previous 10 blocks ↓
Total Size: 766.80 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,474.41 GB sent, 81.29 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.