Memory Pool Memory Pool Refreshing

1,188 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,240 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 865 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,239 (800,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,310 107,310 00000000000284f7dcceaa5a04209d96b5e3ee750a17025abe8e33322f0de7c0 0.00 MB 2 0
107,309 107,309 0000000000022b3ba2ef6ba36cbcf768152bb2c0292e55ade60b1484022e0fed 0.00 MB 7 0
107,308 107,308 000000000000bc1c12d2b609daf8a2ddb16f03c4f655cc95d2d40d0b6f6113a6 0.00 MB 8 0
107,307 107,307 00000000000085b32a3b5ea6834e9620d322b9de3ec984936d6c8492420b57c7 0.00 MB 4 0
107,306 107,306 00000000000002c576c781c2e2e2be427f76b13f068b90f607515796c4178264 0.01 MB 20 0
107,305 107,305 00000000000110e680c10cc0cdba7f5502369d968d35f9c36dcfc915553b711e 0.00 MB 12 0
107,304 107,304 000000000001558a846efb7b358b3937a2dfdc9dcd747151a5fc942a8dd2f91e 0.00 MB 3 0
107,303 107,303 0000000000002f2429fc3de84d9d9c2b9cfe9fce998511ee5501a0e6974d8ff7 0.00 MB 5 0
107,302 107,302 00000000000051d33c2a590183ee7d1428ca4fe44c8f4e55c454a0f84a180de1 0.00 MB 2 0
107,301 107,301 0000000000001d85d1726e763ce7ba8f84ee524833e5c0a5b557f3809b832730 0.00 MB 1 0
107,300 107,300 0000000000009cccb35a15e8a0c31d64fcffa95967ad2b3c0c9d87822c5f1e3a 0.00 MB 2 0
107,299 107,299 0000000000016e3e9ed46ada81f0443d50809bcf272172fe5c724db07f970c3f 0.00 MB 3 0
107,298 107,298 0000000000009f398692f956e1ae65f85ed0c99624aa25bdbeda5dd8df5af073 0.01 MB 14 0
107,297 107,297 0000000000013ae6253b622fa1dc6f9eea51d226f2b63b9df798922744e50352 0.00 MB 12 0
107,296 107,296 0000000000008a351d37a14dfa383c5b767dbc71fba26f46ab64143a01053013 0.00 MB 12 0
107,295 107,295 0000000000025b763563343cba4255e50b2121b9181939fd0c79e94719fd1f55 0.00 MB 9 0
107,294 107,294 000000000002511dec905fb95ba88936d1544948fed2eb4330a57deeb6fb5b91 0.00 MB 11 348
107,293 107,293 000000000001bfc74b5ed527d8f142de49d6527aafad173d0e51c234dbe5a8f7 0.00 MB 5 0
107,292 107,292 000000000001a6e7f90687d189a616d03685139ddf1976f24afac71aa9b80da5 0.00 MB 7 0
107,291 107,291 000000000001c46642c4504b5f320cedf0b61a38181dd14b565289524382d63f 0.00 MB 12 0
107,290 107,290 00000000000261d27fee1550a5582d12cb0627ef88697178feec9b09e7dc6022 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.34 GB sent, 97.84 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.