Memory Pool Memory Pool Refreshing

3,435 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,528 (838,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,478 70,478 000000000137b0c831e7872f7ed3b13b9e2fabbb4a99a6054ca6787157c0c60b 0.00 MB 2 0
70,477 70,477 0000000000fa35713b3022183b2657c0953c22d08aa417c7ac0d20a7fd35d826 0.00 MB 2 0
70,476 70,476 000000000103bd58b74862785a0dc121d09f79ea83f991cbbd73ed15aa80aeed 0.00 MB 1 0
70,475 70,475 0000000000c079881ea6aaa29df91f753f66480dc81516ee38bc83a68258c630 0.00 MB 1 0
70,474 70,474 00000000011c7846be9748d694a3961403a04fe2a61f76fc1fe6d8990b2a6ef7 0.00 MB 1 0
70,473 70,473 00000000002a26256193d4bf5a17af18fdea25604094bf22657ce94099bf8955 0.00 MB 3 0
70,472 70,472 000000000060f275c669f12bc0f13dfe25975ba6d556020a0fef0ac477d15db7 0.00 MB 3 0
70,471 70,471 000000000120b1cab8ff22a80682fcf306f3d726e7ac26319f19f4a2b95fef88 0.00 MB 6 0
70,470 70,470 00000000000539fafdf43dd993affd4769fa037720b9ce9331b324a07583a3fd 0.01 MB 7 282
70,469 70,469 000000000159459808790ef553d6bb0ab7848466044c7161f42817cfa3af4ca9 0.00 MB 3 0
70,468 70,468 000000000071209a06731408eece74d0a13461f94a2a2b292533135f6da82f08 0.00 MB 2 0
70,467 70,467 00000000006a021c69a8363f209d9e5953301f5302d5009016a5fde649eadf31 0.00 MB 1 0
70,466 70,466 00000000006d1962780d25f280d7d3887a17ca7e0f07de4ea5c4950131b6f270 0.00 MB 6 766
70,465 70,465 000000000004e5a41b59eff623163ea9cfbc2b13a8012a830cf59c4888c0a117 0.00 MB 1 0
70,464 70,464 000000000147a58feb8c2465fa074f7e7c75a2004f0e8c65bf74ae6da0728c4c 0.00 MB 2 0
70,463 70,463 00000000003656d6e6bf9651f7e4bc3bcacea102e2cde9540a3c5de0e1360f1f 0.00 MB 1 0
70,462 70,462 000000000095849d1bc50f53572754b8cd1de5b3b1b3dcdc790503c101e0d1ea 0.00 MB 1 0
70,461 70,461 000000000118e39c22d56fb4c5ca6e289fdd8e759f3b23b8c014596fedf16260 0.00 MB 2 0
70,460 70,460 0000000000b5baa941b98b9a470a4b28472dcf5378f1e53a6c54c793fc451767 0.00 MB 1 0
70,459 70,459 00000000001f9cd3709cea86ec88be14f5b1ba387f0d07b37675277c3c78135f 0.00 MB 1 0
70,458 70,458 000000000074824f6f3b8db7ca0d99439d6dd0c46c36e11e44ebce436e3ec472 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.