Memory Pool Memory Pool Refreshing

1,652 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (111,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
796,478 796,478 00000000000000000001c0cf326947c612b299c1cdb7a4db016b9b77810c1562 1.69 MB 3,068 12
796,477 796,477 0000000000000000000572a4e320e7bee9a900b0100a9111afcbbcc6079e1509 1.64 MB 2,841 21
796,476 796,476 0000000000000000000019e26dbf0acb8131e73388d058c74bf84be9915aaa5e 1.42 MB 2,242 16
796,475 796,475 0000000000000000000044ed094bb9a31f15895e46afeca1c00395ba236cf178 1.43 MB 1,810 23
796,474 796,474 0000000000000000000217dbda18c613a9ee9d84394275c749fe59a41a5f9ed3 1.57 MB 1,980 24
796,473 796,473 0000000000000000000502df0e989800ef9f5b24a6c6ff158f375010e72844fe 1.36 MB 2,038 22
796,472 796,472 000000000000000000037e1f2f947ff3944e9d44ce3a72f344fb4003b5d1c802 1.41 MB 1,877 33
796,471 796,471 00000000000000000000ee03a0b7ab7d32325805bb0cd3396aaa7d0ce60fe7f4 1.39 MB 1,892 16
796,470 796,470 00000000000000000001fa9da33c775a01b1de2748992291ad967d59ba01833d 1.45 MB 2,537 14
796,469 796,469 000000000000000000035afab6dfd96faa75a11e5a2858aadeb9d311820d5239 1.49 MB 3,135 38
796,468 796,468 000000000000000000023e4e1468a915a54d6a4278abfca47a7ebe75a3307057 1.54 MB 3,081 28
796,467 796,467 000000000000000000025378f674e85fd7077e297a3d8bca055d95a6f6be41c2 1.32 MB 1,195 22
796,466 796,466 000000000000000000045ba0b0d752201f46342ad8548c29c7555c53383c56a2 1.57 MB 2,791 26
796,465 796,465 00000000000000000000a6bbed7eee7989cc3748b87581466467372bbd345261 1.56 MB 3,146 22
796,464 796,464 00000000000000000000f9475ff81bd248c0133c9b0c548d71a857cb918e3ec2 1.68 MB 2,463 16
796,463 796,463 00000000000000000001e4e269d0a2406aae6758009196822c7d94c791e054b4 1.47 MB 2,806 28
796,462 796,462 00000000000000000001b125e09395975fd8b893c8a2743efcf027ef89d1abbd 1.34 MB 2,107 31
796,461 796,461 0000000000000000000276f54d476d49416793b65a9e9bbafd60361d80e2f4ac 1.81 MB 3,843 13
796,460 796,460 000000000000000000024fdfba048530523a8d7a0226e2c865ba7923fb972f9b 1.52 MB 3,125 35
796,459 796,459 000000000000000000049cc0de64e0dd9aa43a5ad78f0497c6864f6785559aee 1.63 MB 3,190 30
796,458 796,458 00000000000000000004e8f0fe4914a68f78858c4cfbc4f26b36a54d675c98ac 2.02 MB 4,874 11
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.