Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (251,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,940 655,940 00000000000000000009fde21c6692a5d9abb9ddde11583a6046a49a29aea515 1.52 MB 1,741 74
655,939 655,939 0000000000000000000a5ce310cbfe8947bda312590dbdd1ca0b72ee7f44e8c8 1.43 MB 2,473 93
655,938 655,938 000000000000000000078d10c6335c49f91175a54136d48060f774481f5919af 1.49 MB 2,326 75
655,937 655,937 00000000000000000001bab09421a8d9e6562376038555b6c48a6732757f943e 1.62 MB 1,218 39
655,936 655,936 0000000000000000000c7232251bcb34660f20af30b7c5a2c2acbdf4fa078f38 1.89 MB 846 23
655,935 655,935 00000000000000000009665fa7eddf89268eb035aeae9a51efc52e6683565d33 1.72 MB 287 9
655,934 655,934 0000000000000000000a81d4834ece5dc0272fdb46a653b00f6193914333a22b 1.12 MB 1,150 33
655,933 655,933 0000000000000000000bf8530f3aae51f44323e22b5e1eff345ab97090e06226 1.11 MB 946 34
655,932 655,932 0000000000000000000b53506ee271eaff5d8a14f38a06293f0c8928c423dae0 1.46 MB 1,163 15
655,931 655,931 00000000000000000009d944c31c253364e6908588e5ae8ace70b5f217e23d99 1.31 MB 1,709 29
655,930 655,930 00000000000000000001cb0c2267bd93350b2e34a62eeefad52dd21e5a351ce2 1.36 MB 1,246 17
655,929 655,929 00000000000000000000ef57678063c22a6e65c7d908fb12136bab2344ff3139 1.34 MB 2,043 31
655,928 655,928 00000000000000000010137508ac346776c2dc2454dad3296851fd101a83df9b 1.41 MB 2,207 64
655,927 655,927 0000000000000000000876f9860e3a53dc9fc65258618d1ed065726e8113cf1e 1.35 MB 2,844 194
655,926 655,926 000000000000000000033cf979a3a143b361c0a6fe3a3665316450593c095eed 1.37 MB 1,827 52
655,925 655,925 00000000000000000007150cb58f43a3b03d5672fef54781a235d6bd67215119 1.29 MB 2,012 47
655,924 655,924 0000000000000000000a553f3703e6cb984094eb7b46a6ea4e5b852da549bc2e 1.37 MB 1,991 84
655,923 655,923 0000000000000000000ca427463b78ecae990c5930b2b78b45fcdad7a793a2dd 1.21 MB 1,801 94
655,922 655,922 00000000000000000003b16a5c737f1693f5917f19dcee9a03082d5b364bee1c 1.31 MB 2,365 67
655,921 655,921 0000000000000000000944f17e41d938c5596c7d3e0bd00a5fb5f6402b9565f7 1.51 MB 1,761 43
655,920 655,920 0000000000000000000c8ac24f20c6a68783ca4848b000112e84e86ece9816a5 1.27 MB 2,351 205
Previous 10 blocks ↓
Total Size: 769.15 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.64 GB sent, 93.64 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.