Memory Pool Memory Pool Refreshing

9,291 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 (757,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,189 150,189 00000000000007e8442935947ffc8b85e75af4501778b6d6211815d84b8ede95 0.00 MB 1 0
150,188 150,188 000000000000014d6b7eb3f8732ec2272dd2f66c75055d730b5a9511b7f0a2f1 0.03 MB 87 56
150,187 150,187 00000000000003b724d84dae9edb24ea5a6f68ffb7b9cdeee115e85f88d8463b 0.01 MB 30 458
150,186 150,186 000000000000036653cb609afb60fbe8035b8871f84ca6328710d6352ccb24c7 0.01 MB 13 34
150,185 150,185 00000000000000d542ba121a76251290deebc104211c12db0f0dea2b48c0f5ee 0.01 MB 13 23
150,184 150,184 0000000000000b1ccd090d60762033844d7e91516ffe83a3d7bb49f689387166 0.01 MB 12 38
150,183 150,183 00000000000007522a915cdf35931a582681c5c211fab65761e2867fa3501d0a 0.04 MB 71 188
150,182 150,182 00000000000002d82e69cc1f25591f6990a1d8707ae0de781b07cff1b497d4c6 0.01 MB 25 51
150,181 150,181 00000000000009a822aeeb46094766e56608e1794cc8d04fe2a21d20b33f6a1d 0.05 MB 131 137
150,180 150,180 0000000000000a3841f7ea032a628e46e4dc2521f29de5cc42f83c11b20425ef 0.04 MB 44 51
150,179 150,179 0000000000000831f0c31dda8fc7b0595546368c43479c3b3637008edc3b271b 0.01 MB 15 119
150,178 150,178 000000000000046da3ecf191f49fff2b94bb28a1dd6401695dd5d4dd9fec6ac7 0.00 MB 3 0
150,177 150,177 00000000000004455a363f896f78abee63ff584e5008bf3c120282141304c373 0.05 MB 169 9
150,176 150,176 0000000000000b1f69c4aac7517f0789440695750d8fceee3bc92641dee5e1ad 0.01 MB 22 178
150,175 150,175 00000000000002ffea934ecef22d4fd59682c8752180eb7ea7efa64e1c97d3ce 0.02 MB 43 225
150,174 150,174 0000000000000a804686caae02a5722310ebdc42b344164174c48a06cff8724b 0.03 MB 52 8
150,173 150,173 000000000000071ceeb54122049e2f85cea0e4a0dc915107b3e4f9d58379f511 0.04 MB 91 234
150,172 150,172 00000000000003c0c406ce53853b1ca832ba8b56ca572220e6b46499862e78fd 0.01 MB 15 97
150,171 150,171 00000000000001e2c0d05f9d889d8c43d60c34598fb86e004351960728140394 0.01 MB 15 184
150,170 150,170 0000000000000478d33aa1fa2bee358dd86204a260cf6b1c1fc2e3fd8444f9a8 0.01 MB 14 225
150,169 150,169 00000000000004fc5107552ac72729d44354932b05dfcfeda8aca2ec4c6ec7db 0.01 MB 29 793
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.46 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.