Memory Pool Memory Pool Refreshing

6,980 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (420,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,285 487,285 0000000000000000005f20105c5bf79a79c8c641078fce3611f802800429f113 1.00 MB 1,122 54
487,284 487,284 000000000000000000b60c10f557057f00703321893f87c8929af089554e6e56 1.00 MB 1,541 70
487,283 487,283 00000000000000000023de2a9bf90031222fc926e3ce31db3b88d9726e247bee 1.04 MB 2,000 91
487,282 487,282 0000000000000000007908cf4cab8d18b29bd5aa2b292a414f6c10675f9984eb 1.01 MB 2,248 165
487,281 487,281 00000000000000000061b4d3cd55c3e48470f888ec7234c3b492d38f156d57c9 1.00 MB 762 29
487,280 487,280 000000000000000000906d2b89ed413b6097d2ba7dfc91afd103fb74a62bc288 1.02 MB 1,565 82
487,279 487,279 000000000000000000aa7180b30e1ad55d6775723e8850c99c57e15b05d94c75 1.00 MB 1,990 35
487,278 487,278 00000000000000000036cda46335e97ca432e3204a9ed265e90c71394b263986 1.00 MB 2,192 176
487,277 487,277 00000000000000000057b785068031b55ee439ad10ab8d05b420514fd32d3476 0.28 MB 705 179
487,276 487,276 000000000000000000674541063156cfdda1495c62fc41a2e3bc9d36f726f012 0.15 MB 92 20
487,275 487,275 00000000000000000068b9cf1a9d5e12e92fd509b329d6dbe85deb78c3ebb5d7 1.03 MB 2,430 112
487,274 487,274 00000000000000000042b42930c2c4495f86dad03c8e1e4d480edef19146b0b5 0.99 MB 1,657 73
487,273 487,273 0000000000000000001732c2bf7c0c8d147397fcd69a117939e8310ae081d551 0.37 MB 963 120
487,272 487,272 000000000000000000da536fd6f7b4e75b868b4924debeb57c1c57c764910cae 0.10 MB 251 132
487,271 487,271 000000000000000000c1dd59265b684db22f56c3feaeb84220791267ed7d74f5 1.01 MB 1,896 123
487,270 487,270 0000000000000000008d3f1fea5b00a6735fac83a77f35ab547e19e982090d68 0.25 MB 370 112
487,269 487,269 0000000000000000004d7742d4dd918620247139ab6375b2d0bb32de0f437f3a 0.27 MB 591 87
487,268 487,268 000000000000000000fb39ce8212cc6d34b981c6c28f22378f800981d2e4e129 0.95 MB 1,610 92
487,267 487,267 000000000000000000b40f6f1c1683456b833da42fa528f52764eab3631cbd4a 0.84 MB 1,827 104
487,266 487,266 000000000000000000fb3398faf1239d513f637cec607473ab8cb13fb7b96ffe 0.95 MB 988 60
487,265 487,265 0000000000000000008e1313157e5c293709ee0b502df3ccc515c6f87e91619c 1.02 MB 2,209 120
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.52 GB sent, 92.74 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.