Memory Pool Memory Pool Refreshing

9,299 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (726,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,928 180,928 0000000000000263659d966b8492aa5321496782b58d4a764967472db2279eb7 0.05 MB 78 94
180,927 180,927 00000000000000c25cc62dbaa42c9d71be5a6ef25a0c438012661339ac59ddab 0.01 MB 9 40
180,926 180,926 00000000000000b3d4d138449948509f275472ccc5a192f7f694b05d732b69af 0.20 MB 437 191
180,925 180,925 000000000000091b34fb27da53c225cd914e1720788997adb1c4e7fb01268e73 0.05 MB 154 42
180,924 180,924 0000000000000475420391dd65d80ca7c22d323753a7a3dc7cf21e66082a2656 0.12 MB 256 114
180,923 180,923 00000000000004ce92dc0b4e6e95987aba4dedc8cb5a522ef052bb92856bc2ce 0.00 MB 13 17
180,922 180,922 000000000000007db6abff137425015736a87dd8142edfdea2079caf45e9a96c 0.09 MB 222 192
180,921 180,921 0000000000000294937ecdd5b222e56212dd850916c7f1f1fae7654a532145cc 0.09 MB 146 99
180,920 180,920 00000000000001897f281cf1cacf0a2fe719cefcd6890be6626fff2277d0480e 0.06 MB 129 103
180,919 180,919 000000000000095a0c4bb08f9f4c1beafad460c09d81fe6e7a5cabfd946184e0 0.01 MB 21 18
180,918 180,918 000000000000015dff9c275e1a89192aff9e0ef0fd37200e2c3f543afe774b6b 0.18 MB 464 195
180,917 180,917 000000000000075e974aeb69684ce33806ca63dd3e89b47a32498ff461d5df5a 0.21 MB 256 260
180,916 180,916 00000000000007ff10354bd95ea9dc48411fdb52f6b6244fd9c5bb2d20517351 0.12 MB 225 76
180,915 180,915 00000000000008f1efde4c8f3651a44042b03f849337f845244430fabd265dbb 0.06 MB 103 60
180,914 180,914 000000000000020757530d458e4bcb2d013a1284ce4070a535939b51c4793c6c 0.25 MB 588 122
180,913 180,913 00000000000007800fd54ad7ceed9b28510c9d6bf137a1d1750e24ed61ab0677 0.25 MB 455 185
180,912 180,912 00000000000007f44e73243ecb09cfed03d088adb9442d83ac8d40180234cf7a 0.05 MB 128 105
180,911 180,911 0000000000000817c6035626ab23ce18ba40128053edc00ea05e406d0c71ad44 0.05 MB 72 169
180,910 180,910 0000000000000563613c73b2c73bdac65eb665f3f8c214aa3e98e456cb3530b1 0.05 MB 113 99
180,909 180,909 00000000000008e3297898b08c26ddca54c90180c402b524905b8ed6dd9c2854 0.01 MB 15 68
180,908 180,908 00000000000002e3df32c736373ead3a4a44c322a620f0fdae7fd6c177734309 0.04 MB 96 132
Previous 10 blocks ↓
Total Size: 768.98 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,616.47 GB sent, 92.72 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.