Memory Pool Memory Pool Refreshing

825 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,789 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (41,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,404 866,404 00000000000000000002917d51d379927c3a92951859cdd916b9cb282e9ff556 1.82 MB 3,762 10
866,403 866,403 00000000000000000000860ab47201b2d41664ab969873b55f92b4bed2ac37bd 1.55 MB 3,951 19
866,402 866,402 000000000000000000005e433d2a7a23db20b5e363383772fbeb7d840ddf252c 1.96 MB 4,368 10
866,401 866,401 0000000000000000000049998ac1e0d65ce06713653df2ff27cf1fe26365cb56 1.77 MB 3,181 7
866,400 866,400 000000000000000000009af05803e81309ca5f7de5f9fd6f6307b8e2d29af1b1 2.48 MB 2,371 4
866,399 866,399 000000000000000000012d4e2116b3c4a8c0a37caff28884874165f8a4551a3a 1.40 MB 2,682 9
866,398 866,398 0000000000000000000095f2678651976e768ebe893492a00f865b2b7d5af6db 2.11 MB 3,496 5
866,397 866,397 00000000000000000002574d4464e5bd138103df36c76d556857b69eb14e1d9c 1.57 MB 4,824 6
866,396 866,396 00000000000000000001d201c485dce4bc8daf1accb2b7c081ebf9d4e0de8d41 1.46 MB 5,726 9
866,395 866,395 000000000000000000027d18b19b0f964ed531a92bfb6aecf722ac9d665dda4e 1.51 MB 6,755 9
866,394 866,394 000000000000000000021bd1871066c31a15ae58946db905b372a84f0094e94c 1.46 MB 6,313 11
866,393 866,393 00000000000000000002891b440944e0ce40b37b6ccaa138c280e9edfc319d5d 2.18 MB 3,227 5
866,392 866,392 00000000000000000002df8f49e78d5708cd99f0ded8334a9f2c4418cd2ff44f 1.74 MB 3,400 3
866,391 866,391 0000000000000000000164afaa9bdce3afe6f9f2cf41cedca83257987c993352 2.06 MB 3,770 6
866,390 866,390 00000000000000000001268d1416d96e508d44acf4c0b160d6bc252095f13a86 1.73 MB 3,779 6
866,389 866,389 00000000000000000002598cf69e06d516249662b51fb2bbc2718f32bb5c93a2 1.53 MB 5,081 7
866,388 866,388 00000000000000000001e6ac76fdd01a817ba1be72be0db715358e52bf188287 1.57 MB 4,732 8
866,387 866,387 000000000000000000017f6f84f3d85093e0070d7bf47db15e3113835e69b8f5 2.80 MB 1,736 4
866,386 866,386 000000000000000000023ad2350d52d9679ca02632904ab5c1afe11bcd5bf26f 1.54 MB 5,313 5
866,385 866,385 00000000000000000002da529c60775ac7295c11e85206cb0db843ead6fe17f4 1.48 MB 4,330 5
866,384 866,384 00000000000000000000c873222a40d99ec97a9b1f74877929ba9a8791e06a7b 1.47 MB 5,824 8
Previous 10 blocks ↓
Total Size: 769.14 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,632.16 GB sent, 93.60 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.