Memory Pool Memory Pool Refreshing

5,364 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (585,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,090 322,090 0000000000000000198e031d94159ce63b86ac3db35c97e60b53206bf52571aa 0.03 MB 52 23
322,089 322,089 00000000000000001fc9fb143843d02ce882a40b2d5e6b44902a38094084b5dd 0.22 MB 262 24
322,088 322,088 000000000000000013924e7bfd6ca0bfbe04d70e516404f1bca72019ddef5020 0.00 MB 1 0
322,087 322,087 00000000000000000d9f8ea50c9a235942534626899e004c8afeef9e066004f6 0.10 MB 201 28
322,086 322,086 000000000000000004c3d5a92484749b5edacfb3a22ef16aaa80cd47331f1950 0.01 MB 28 25
322,085 322,085 000000000000000003aa3dded57d914088d86706302c375fa0688eccfa2909c1 0.07 MB 123 16
322,084 322,084 0000000000000000204a7a9a19d22836478663279a028c7dd82943b5ef0056bc 0.55 MB 901 24
322,083 322,083 00000000000000001b02953d79004a6e9da88fd4fe8e76ca7c58d69eb85f8ad9 0.03 MB 64 43
322,082 322,082 00000000000000001e6da8c11a8669fa7353cb5f56d5679591b10072f49e5cd2 0.74 MB 1,453 28
322,081 322,081 000000000000000024204a43cc69be52450b92e651530f07b8ef83e9fae8b509 0.29 MB 494 25
322,080 322,080 00000000000000001d8a57e047d440b8474c8b159f85b2388d008326354a39f3 0.03 MB 64 31
322,079 322,079 000000000000000014114cee103646dca7899cf6a967dfc8353d9695fab51f63 0.60 MB 1,102 30
322,078 322,078 0000000000000000138f3bede392eed55ea181bdf94d3c82ec50736f0d0c5677 0.57 MB 1,024 29
322,077 322,077 000000000000000016596cb6840c1b8c7b24e951d2dceebeaa5fd5cf6ca22505 0.60 MB 951 31
322,076 322,076 0000000000000000074279f2448b9c2eaa1e39b573c4785fdb25e309a478e76d 0.04 MB 46 9
322,075 322,075 00000000000000000c4f8fe39681ed0cd394b8544b634767172bfe1bc67f94cd 0.23 MB 402 42
322,074 322,074 00000000000000000a482a08d5d1890e1f147e9abd52556c48dcc5596a654235 0.23 MB 398 29
322,073 322,073 00000000000000000b051d866b32ca1f9a81a704c45f15df3827e9c5fcbb0d4a 0.10 MB 203 26
322,072 322,072 0000000000000000044ea6243302579585011b6d9cec95b55702a2619bbcedfb 0.47 MB 868 30
322,071 322,071 000000000000000015c7eaf1edada3e74d68dfb4e23f7c306789b396217cc659 0.03 MB 60 26
322,070 322,070 000000000000000003158a0fe880510827d41739a3065e9b124770001d2654f1 0.05 MB 120 22
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.