Memory Pool Memory Pool Refreshing

6,903 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,251 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (41,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,324 866,324 000000000000000000001367fe8444ebb7962011dd49a9adb112c42449f8af69 1.56 MB 4,549 14
866,323 866,323 000000000000000000028cee397e2961bb09c87ee8ae6615381a252165ac0342 1.48 MB 6,068 6
866,322 866,322 000000000000000000002b035c9d743e5ce2d9b44c061654d2abea203222e855 1.51 MB 5,485 7
866,321 866,321 00000000000000000002b29f84cd1b06cc094837fb0ad46084ad8884be2978ae 1.49 MB 5,292 5
866,320 866,320 00000000000000000001e8c545d8b42b2eb37c77c5aac9db11cbbf427eeea850 1.61 MB 5,847 5
866,319 866,319 00000000000000000002132bf997639d6c632ed08a79d08d739ebc0734a363a9 1.64 MB 5,099 7
866,318 866,318 00000000000000000001b0bd3f9a8f6edd4ba3e82c2304421dfa62d799e6bcfd 2.04 MB 2,298 6
866,317 866,317 000000000000000000028b587614182c9af5f60ff321533f77b71fd0f678ffce 1.49 MB 5,414 11
866,316 866,316 0000000000000000000206ef5ec3164fb3da4cfa7ffb1ce314448918484a5c28 1.81 MB 3,966 8
866,315 866,315 00000000000000000002037f9018a8dc1212b0b14fdc4617d3114f67e29f8396 1.52 MB 5,909 10
866,314 866,314 000000000000000000027dc33ccdd2d0665b04a5affdf8cd4505a8120889f7f7 1.84 MB 3,614 5
866,313 866,313 000000000000000000023e678203704e8a2a4581b9e4495e7c8564e484a35fef 2.12 MB 1,933 7
866,312 866,312 000000000000000000030a7d0e3faf26dd16c111afd90ac7e787f6d756c060fb 1.84 MB 1,912 5
866,311 866,311 00000000000000000001f5f9bf6e9fb9c0b89079047898d29e3a364d8052c562 1.92 MB 1,607 9
866,310 866,310 000000000000000000027a66ad068cfc96a32659ada57899a19a2b50cea6042e 1.86 MB 969 5
866,309 866,309 00000000000000000000f5d7beb2164d69cf4a06130ba61967ef1051a791166e 1.84 MB 1,710 4
866,308 866,308 00000000000000000001c9ecb7399f71300cbe781a18c95bc143c0946728f911 1.93 MB 2,255 7
866,307 866,307 0000000000000000000239bac443443e614ff0335b695f0eb716223f54691d93 1.70 MB 2,305 12
866,306 866,306 00000000000000000000a6ce5448d34259f9ee11db4b0afec73270f6713cb88e 1.70 MB 2,760 6
866,305 866,305 00000000000000000002393de2771abf17c3311404b1dd21957bbfba415bc0d7 1.51 MB 3,886 4
866,304 866,304 00000000000000000000318e21ef459639e9c5e34576b979c796acd6c004f51c 1.74 MB 2,801 6
Previous 10 blocks ↓
Total Size: 768.98 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,616.37 GB sent, 92.71 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.