Memory Pool Memory Pool Refreshing

3,900 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,662 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (796,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,507 111,507 00000000000077bfbbb3e803288905ebc6b122d82e2a6034fd44615a18e1aac9 0.01 MB 21 766
111,506 111,506 00000000000052006595a74865f0001c2b8b635233871ea99581eb67d6c5f6ff 0.00 MB 12 352
111,505 111,505 0000000000010255a6294fd708c7529efc79e70e6cd8200326316e3f79ad3754 0.00 MB 9 1,226
111,504 111,504 000000000000a5c70cc86ecf4de3e1b5a1bb698495b9ced6b17d574232bc6642 0.06 MB 251 3,737
111,503 111,503 000000000000bc6584d5172db7e5f79a8c43595037964b3b90ddfe4792be88a8 0.00 MB 12 349
111,502 111,502 00000000000117d2f55a5492632034394ae8a6c064757a8dedf1406c184d11f7 0.00 MB 1 0
111,501 111,501 0000000000008e43fbb7feccccc557b5074e0b8ee2df72507b72fe2959523b9d 0.00 MB 5 1,864
111,500 111,500 0000000000006ea9a415fd1c4850f27d4b9460e10feb9598ea2f577a188fdaa1 0.05 MB 191 23
111,499 111,499 0000000000005d19e516ff1069a5c13a34c907dbb9678783e356fbf1b7bb8ee6 0.00 MB 14 614
111,498 111,498 00000000000005f6a5bccf208db99b0efee7a986fcb7345664997432aa86a379 0.00 MB 5 0
111,497 111,497 0000000000005cd35c84f35adfa1295059c2241509d422aa8d4cc79362144294 0.00 MB 13 423
111,496 111,496 0000000000002b356a6d4e38fd06df0465853b2277d90d74c645c1774854787b 0.02 MB 5 1,042
111,495 111,495 00000000000030567177555ef2564e71d09a29c210f1079b106f7aea00bb21ae 0.00 MB 18 215
111,494 111,494 0000000000012a6b6d576d1b556a3226c446656ea85e5742fa3070c98630bd07 0.00 MB 9 73
111,493 111,493 000000000000135aebcfef6195ea409f6072d8a022447b5d38219cf554736479 0.00 MB 12 360
111,492 111,492 000000000000800347974b774c2c84c53dadfedf68bb3bcb2e09968c6a4e0f6c 0.00 MB 12 373
111,491 111,491 0000000000001b7f5a16d88cb88061408cfcf2b7ef67dd20531eb87170d79c5e 0.00 MB 13 347
111,490 111,490 000000000000557a23261dbf742c717d6f0b00d1934d3374a288401b57a0142e 0.00 MB 12 355
111,489 111,489 00000000000033dd381e6887f52c3fd68906a573d2fc54fba4647959ca868ee3 0.00 MB 11 350
111,488 111,488 000000000000dc5b401220ad90f3e218217a0f6684ebbb51a3163ee7670e535a 0.00 MB 12 356
111,487 111,487 000000000000d2b98d4bf16b6d9f62e062606f9c15e4dc1a2b0fb1ef45c26b31 0.00 MB 12 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.