Memory Pool Memory Pool Refreshing

2,657 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (108,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,167 799,167 000000000000000000036c38dba1d14fb2dafffdbcf7d53be7517ad02f63c1e5 2.06 MB 4,959 5
799,166 799,166 00000000000000000002cec547ce604049fbccafc7ff0dd821230b9cf173c5e2 1.90 MB 4,880 7
799,165 799,165 00000000000000000004cfeed2ef6618b1a2d749fe537c37901f21a4a90819db 1.56 MB 3,012 10
799,164 799,164 00000000000000000004cb60c5b4ee130f7748f0922194fd6324a253a4e7ac15 1.70 MB 3,594 11
799,163 799,163 00000000000000000001130910fc805e85bce9578c015eb458ca7015df891cc2 1.89 MB 3,478 7
799,162 799,162 00000000000000000005377d11bcc9ead05eac982be49b8726963f56059dd091 1.41 MB 2,412 13
799,161 799,161 0000000000000000000442ffae87826313bf184cce81fe3c652f4e614f506428 1.99 MB 3,847 7
799,160 799,160 000000000000000000032a2282db76ec70340abebb373e6ece9129c5799db943 1.40 MB 2,301 15
799,159 799,159 00000000000000000002fd38746f6b1e0f891aa7512c6e7564a10c787e0b326b 1.67 MB 3,865 12
799,158 799,158 00000000000000000003ee2195351fb5ae4fb3dd65f51762e056ac147c19e630 1.89 MB 4,483 10
799,157 799,157 000000000000000000029ce953926cc1c8c5990fc682bc438943e539057ffe03 1.58 MB 2,647 11
799,156 799,156 0000000000000000000182a8bba6022a8d7fd08ddd9ad63065706c8d4e7d2c60 1.48 MB 3,405 20
799,155 799,155 00000000000000000002f67807b8a831d29753245035f420b85baa7d815fa617 1.56 MB 3,571 10
799,154 799,154 00000000000000000002b7e8f1b62ed5decfe6927d2eaea29414941b7d570c32 1.91 MB 5,006 8
799,153 799,153 00000000000000000002443858d6e5c4c034e81ade32974af7ef393875827fd5 1.97 MB 5,670 7
799,152 799,152 00000000000000000000cc8570433b0e143b7432d5fb26dba24842ab5a606245 2.06 MB 6,407 8
799,151 799,151 00000000000000000000d7c5f40875fa73053881d3648f8d246e724fb448e07b 2.05 MB 6,379 8
799,150 799,150 000000000000000000029457ced90e00f4570125a3224a487170a6cb38dd5878 1.82 MB 4,140 10
799,149 799,149 0000000000000000000058d2240e484f17fc2a841eb79f835d6d82161c3eaacd 1.27 MB 1,316 16
799,148 799,148 00000000000000000003ddbf7428c16f4953515b8c094d4117a205371730bac1 1.94 MB 3,587 9
799,147 799,147 00000000000000000002150d1e3824e24de88423d7a458f71e6a0bf231e5aafb 1.70 MB 2,945 10
Previous 10 blocks ↓
Total Size: 769.07 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.11 GB sent, 93.23 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.