Memory Pool Memory Pool Refreshing

4,439 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,533 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (627,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,115 280,115 0000000000000001bfd3ebad6cde3f19ebff4096ebf9624a609ccdef994922bd 0.10 MB 185 54
280,114 280,114 0000000000000001c3c43c98a2b515d79689b8111b11d381fb7737cc1acce0bc 0.01 MB 20 68
280,113 280,113 0000000000000002180628541962f14bc6dddc8381436aa45d580010436e52fc 0.11 MB 113 41
280,112 280,112 00000000000000020ae264a83881d242800ba04e8eda13f11b65559ab09afeea 0.12 MB 333 74
280,111 280,111 0000000000000000b4e1a41b63c2fff086b22eda9b03faf98f6dcfc53349580a 0.14 MB 239 39
280,110 280,110 0000000000000000a8c5a5c1da8ed633820bac616746676078873b333bc9d752 0.24 MB 329 26
280,109 280,109 00000000000000011dec345ceae0765c98c72bdcb7cdd83e749ad37bbc3104cc 0.25 MB 701 70
280,108 280,108 0000000000000001605d595e38f5df4ebcce513bb81f46f1d43284a98d134165 0.31 MB 665 62
280,107 280,107 0000000000000002220364e4f482e5f6d17cbd35fbea3d26b1ca5bb416ee5c4b 0.11 MB 272 79
280,106 280,106 00000000000000008df38a3e86e3efff160db0d8fcc8f3d1060fe77e526b50a3 0.52 MB 1,097 65
280,105 280,105 00000000000000017838e55dce75623122cd63218876ac198645f5ae5da4540b 0.12 MB 246 24
280,104 280,104 0000000000000000b4e716cc8e4c887f05d26df5e35ec8bb4dc3081590f8d880 0.07 MB 134 44
280,103 280,103 0000000000000002eed85e4a8a282b2868b6fa819b9a1ff2bcb5d55708be3f15 0.01 MB 17 79
280,102 280,102 0000000000000001d6dc3d054a473a77d2374ab9335821c14972b5f44617f573 0.05 MB 90 38
280,101 280,101 000000000000000305ed4475d1b4a2120dea743781709b670b354b7f4f296577 0.05 MB 92 31
280,100 280,100 0000000000000000f6d1fa6836afec729f664441d546562ff75d0eaaecfc236f 0.17 MB 147 34
280,099 280,099 00000000000000028508befeacb939f937044d4bf19dff33e9f7438dd7197b9e 0.25 MB 647 69
280,098 280,098 0000000000000000f9251f93f9dad5e8abdb5f954324a0aa0ad45467ca0fd3ee 0.25 MB 394 41
280,097 280,097 0000000000000002ffb7ac51858eb2dbcb9290322e9c6a2568728cb5a9f5d758 0.04 MB 91 31
280,096 280,096 0000000000000000386a792bfb6e26daae986c6ae97b4e0914460f5397b457ab 0.35 MB 218 21
280,095 280,095 00000000000000025fbd4a5cda58739106e447256e7e18e8f5101e72f2ef973e 0.24 MB 477 53
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.