Memory Pool Memory Pool Refreshing

85,711 transactions
33.53 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,227 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,846 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,226 (61,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
816,553 816,553 000000000000000000028e04cb419e44e5947921c376c23ed1bdbd721172595b 1.56 MB 3,522 69
816,552 816,552 000000000000000000000830c1f32af6772bb5b4ec3c4458aa1f41248997e8e3 1.83 MB 5,170 62
816,551 816,551 00000000000000000001477785264d7499148e5221acc0a49ea4181e030426c6 1.84 MB 5,220 67
816,550 816,550 0000000000000000000458b71b49d5a722bb4f4a98174a321f24b0df54b9e427 1.61 MB 3,782 74
816,549 816,549 000000000000000000006fe198af9f6a4cd8e150d698deb8d01db1d8ac920bbe 1.55 MB 2,798 96
816,548 816,548 000000000000000000010e05f3521893efc4a829f7d9a09d7a04b5df06479c1d 1.54 MB 3,162 122
816,547 816,547 0000000000000000000069ed08dbe06ce8028115ee85e43c59db97c14ede9ef7 1.73 MB 4,458 63
816,546 816,546 00000000000000000003b99476a254173f5f31b61fb884a40c372fd3b3afdd4d 1.91 MB 5,643 69
816,545 816,545 00000000000000000003c691825b53966ece6334794f19624bd070e34318ad74 1.64 MB 3,873 87
816,544 816,544 00000000000000000002a7a832fde4c89d62fbe067a0bc3aa6ab5b01971388ae 1.84 MB 5,335 72
816,543 816,543 00000000000000000003975ee70f35d1d03ae4e55f720f99ad45b3cc842f6e89 1.85 MB 5,387 67
816,542 816,542 00000000000000000004521f4674ec9f9b6f2d74d0cc156136d85c2ba4eb42c0 1.70 MB 4,549 90
816,541 816,541 00000000000000000001c98de6f5ba24683e15aa8cb7f9f589f6142d17fba405 1.74 MB 4,731 79
816,540 816,540 00000000000000000002f41eb04f57ef77f9af9885fce023c4afb2a9c5fd4e77 2.05 MB 6,771 77
816,539 816,539 000000000000000000017b8fc15a7cc6caa64ac91290e56c5e82592c9d7b3588 1.41 MB 2,572 91
816,538 816,538 00000000000000000000645b6068448b12de111f1b33f7b6b7d15317395636e3 1.71 MB 4,472 75
816,537 816,537 000000000000000000001751ba6f441ea497ed0336001b072dfd1f6cb4f1cfb7 1.74 MB 4,362 94
816,536 816,536 00000000000000000000db3fc269302ac87b9752da80db3ee0b8fdcc161c2dfd 1.71 MB 4,177 89
816,535 816,535 00000000000000000004153c5dc8e385665838c284d8b40f41e6ebfc2d2e25cb 1.64 MB 3,830 96
816,534 816,534 00000000000000000002868069bf4e2bdab61e16e56b0bb7466cdee4b6d7fecc 1.82 MB 4,846 72
816,533 816,533 0000000000000000000315c7aab6b8fb66974aeccdfb9691bf35a7177d7771c7 1.91 MB 5,766 64
Previous 10 blocks ↓
Total Size: 714.81 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,362.28 GB sent, 38.67 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.