Memory Pool Memory Pool Refreshing

3,588 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,071 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (844,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,220 63,220 000000000b35128531f53a9c2904ca64656df8bc8a51583dfd33663659ba4be2 0.00 MB 2 0
63,219 63,219 000000000a58f7579da425a8545f4c450029cbe5e893eb543feb47e6f7725cc4 0.00 MB 1 0
63,218 63,218 00000000056c9aa22dd8058a469677b48c4d56ff5674a47240e284b3ace63ea2 0.00 MB 2 0
63,217 63,217 000000000538ef1f53b6a980a57b72ab100ef0d5eeb4e2ce873abf36dc941017 0.00 MB 1 0
63,216 63,216 00000000061adb7d573bd9807fe2905b9ecc0c6e7404d15ac5553ebec9ae3246 0.00 MB 7 0
63,215 63,215 0000000005f9cfa3ad4b80a3410e5b925f9248b6b9d132efdaa54ca51d8ffd6d 0.00 MB 2 0
63,214 63,214 0000000006e83dfe34d970d6e97cd934d78127b0fc2bccbdaf7726f98335bb07 0.00 MB 2 0
63,213 63,213 000000000c6e438a3eae604d5c0c93fee237de436a69610af3b1a4e6067869b9 0.00 MB 1 0
63,212 63,212 000000000a8f077f72fc7437e8e40fea9d6769e99096d26d81b5064b444bb50f 0.00 MB 1 0
63,211 63,211 0000000001922f7ab50fe3bd8fc1a101c5f299754e61b8373a46ee21b08eae40 0.00 MB 1 0
63,210 63,210 000000000cf324d0d9825ccf6d663cb283cb4445b6e296296779fa9f673dd40e 0.00 MB 1 0
63,209 63,209 00000000074c08926e2f28710e437e86d93282afdea7048608c63193f9916ad7 0.00 MB 1 0
63,208 63,208 0000000007e35b33d884f62542a690844f76c098f5c6e76ba550d53b38c605b4 0.00 MB 1 0
63,207 63,207 000000000a7878c46ca18bf58903eab89780a971371c768a0ef8c5a82c0dff70 0.00 MB 1 0
63,206 63,206 000000000182506c1ef4fee0d092b7874e37ab57d720ffa0810c6da1b66c3010 0.00 MB 1 0
63,205 63,205 000000000b57db9607131f97474f45a27ae280989d4039d777aa21e65d9aa2d5 0.00 MB 2 0
63,204 63,204 0000000008744f401d31866b6fead2ceded79a21162b071279c2baaeae736a8a 0.00 MB 1 0
63,203 63,203 000000000b432d857b060ee797db8cb3da934eeecb0c9e0dea1f213f37e77f49 0.00 MB 3 0
63,202 63,202 00000000021149f7511a827d0628a82b22c9ce56d21ef66c14e32546752382c9 0.00 MB 1 0
63,201 63,201 00000000082f0762f505cb04401c60d9b04d70dd3757ecea6959a130d826e452 0.00 MB 1 0
63,200 63,200 0000000008a16350d67c4357222933fba95cb0e453a933a7a94edd9d9a33decc 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.