Memory Pool Memory Pool Refreshing

3,605 transactions
24.28 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,370 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (799,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,924 108,924 0000000000000b3ddafc23630b5346a19c9b20bd48e7670d64c147245ce67f4d 0.00 MB 5 773
108,923 108,923 000000000001543ff32c67b7e43e1cced42c61cbe49112d4e4de24e06d55eff2 0.00 MB 7 0
108,922 108,922 000000000001a89f0ffb2998d8dc7672355debd3de071986f7d34b72ce642bb7 0.00 MB 3 0
108,921 108,921 000000000000768599beed9d946bab1fa867628fa972cbefebf8f730a4b9a84f 0.00 MB 6 0
108,920 108,920 000000000001c70d36a2fcec3ef6c508efce73bfbd345c855cf4237bc104c2ab 0.00 MB 10 0
108,919 108,919 000000000000149b5404a48659369b64453da2786f15ac638ce3962959eb281d 0.00 MB 5 0
108,918 108,918 000000000000fd3f51bcc333f4d9943d623467c939d5dd12426af40111d1656e 0.00 MB 12 0
108,917 108,917 0000000000008bd218ec6a8d23da2357ca07fd1bf8649bbede5d52b713dc49ae 0.00 MB 12 0
108,916 108,916 0000000000015d2285f18bc15e49ec0fcb64dae95264c5e25176789a55cf7be7 0.01 MB 11 0
108,915 108,915 000000000000052c59700172dc2f076e88213924a6f9332e9209c60fd67be9e9 0.00 MB 7 0
108,914 108,914 0000000000018abe1bba15babd3e512fae6a2e1ea73972d1c5d91cd2ed6742d2 0.00 MB 2 0
108,913 108,913 0000000000007e1fe370630b95e6d743508d9a01197ac87f75af09da5a7d81ea 0.00 MB 3 0
108,912 108,912 000000000000f5335fb79bf4864d7a3d05b25a73dbfea60351a4dc802ec8cb36 0.00 MB 11 0
108,911 108,911 00000000000047db31c84c16ab2a680ce5d1860483f908de6b761b960739b5a7 0.00 MB 12 0
108,910 108,910 00000000000152d1b2e752486a924b8433b064c362ace1bb99c12326e93cdd2e 0.00 MB 7 0
108,909 108,909 0000000000018f1715d1d7fb6302de63472bf545faf1762ac928e14479fa2ebb 0.00 MB 3 0
108,908 108,908 00000000000062285f7a2783afac8fe1d9e439881ced60bd2f6421b063062647 0.00 MB 8 0
108,907 108,907 00000000000101c576ce755bae92cbe7f803b758afcb0925be76adffba09f2c7 0.00 MB 9 0
108,906 108,906 00000000000048aac525f36663811917ec6bbd7cd38bb38764abb1adef3497bb 0.00 MB 6 0
108,905 108,905 000000000000c1a1a4ddccaceba5a71276952e4c715c9866a18361b04eb68af5 0.00 MB 2 0
108,904 108,904 0000000000014faa7c684905efbdb47a5390657f36834ce7d372246b4359f7fb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.18 GB sent, 98.61 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.