Memory Pool Memory Pool Refreshing

290 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (404,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
503,675 503,675 0000000000000000002e6c5fba38c9cd45c3f20a4b81e34151a70f818475cc8a 1.16 MB 1,585 341
503,674 503,674 0000000000000000003627c5063d4c752fa4c954ff736b0575d722c8e0f8ab8d 1.08 MB 2,055 449
503,673 503,673 000000000000000000038ae3321055ee69979c9bdeddd0e023743991a5b03d37 1.16 MB 510 145
503,672 503,672 0000000000000000005fd2c0535f5862da383574bc0af7568485209be55cfce2 1.12 MB 618 166
503,671 503,671 0000000000000000006649374167409ba0904979ddff38210d0706f04503dc71 1.13 MB 946 240
503,670 503,670 00000000000000000077140243064000ba35b22d3e2440e936a722b90cd09365 1.19 MB 1,041 311
503,669 503,669 000000000000000000129841fa3d599cbbc516114cfafe2af3a5b1c573903a63 1.16 MB 914 241
503,668 503,668 00000000000000000067c94ed634da5c69099219f88e3b44b6f75388a37a4d19 1.21 MB 666 191
503,667 503,667 000000000000000000773237133e35d21ccbdb8515374cd6cb2dc1d317677f5f 1.09 MB 2,102 446
503,666 503,666 0000000000000000008a2971cd333408fbd23ee800ccc644f9777deee1c03971 1.06 MB 369 155
503,665 503,665 00000000000000000060a6de8bd24116cc0fb2b5e4bd08889e3e59514726401c 1.15 MB 593 195
503,664 503,664 00000000000000000069259d53ed05fe5c43c4c8b0ee9e3ae60cd4ae530a47c8 1.35 MB 214 149
503,663 503,663 00000000000000000048100f141ba1c1b459604d6b7583ac8dbc514d4ce00ddb 1.29 MB 550 193
503,662 503,662 000000000000000000020bc6ea23ae00d70390a431a4fc692cdde4f7ec973a6d 1.10 MB 1,347 384
503,661 503,661 000000000000000000362abc0bea3002c1478e0224cdddfffab1d64ad614a762 1.10 MB 2,637 481
503,660 503,660 00000000000000000086e996a3cd016752badeb8b745f7b3143d292e18132f63 1.08 MB 1,821 388
503,659 503,659 000000000000000000626259723292d11e99c19b53e738ba617cd8288697fedf 1.02 MB 506 219
503,658 503,658 0000000000000000007d29e6a3498ecdaa2a3cd7fc9ddf6be20e0e1f507cf397 1.03 MB 891 330
503,657 503,657 0000000000000000001304dcd40bc31bb8dd64197ab239b64763d43157540a9e 1.04 MB 1,423 525
503,656 503,656 000000000000000000216d8a078b069b31d118e427a6bb310a883071ba590087 1.08 MB 1,068 259
503,655 503,655 00000000000000000003e97d3a2be9fcdcc27002e5a70b9b17beaabe3ed0b33b 1.13 MB 1,848 391
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.