Memory Pool Memory Pool Refreshing

1,639 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (774,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,171 133,171 00000000000005aaea9a69ff09943e5321f4b7297dc8ed4aff9e8688a236293f 0.00 MB 11 328
133,170 133,170 00000000000001ffd96cb7717e9cd11b6abc6a9c6d0f9b6ee3a8640cf3b1bca3 0.02 MB 44 753
133,169 133,169 000000000000011b61ca0b46a1b9fa72fadb2c66f650fbfd1b92cf3e062c662a 0.00 MB 12 612
133,168 133,168 000000000000068e882e9cc963227f774196dc8e3d385f8e7c42a23fd77eeea0 0.01 MB 34 712
133,167 133,167 00000000000003fc392bab7a327a019fce4b48c98d5bc4b0d8d20f6e21e4ce1f 0.05 MB 171 148
133,166 133,166 00000000000006d23cb3510ff8619fa388650d214fff43555901da86575fd9ef 0.03 MB 45 965
133,165 133,165 0000000000000381fe9d1ece4a062bc505a0e203d1ef55c4bf603a53fc95c62a 0.02 MB 18 787
133,164 133,164 0000000000000b5254ba9d3ce2a30d05c67bdf78938858d03bac171b8bf2517f 0.03 MB 74 509
133,163 133,163 0000000000000382f05a1bfd91f4c4069f4818e7b2b0b64fe532aca028840db9 0.05 MB 168 55
133,162 133,162 00000000000008ee4076724291e1656d84ac61d98bf89dd3656680782aad1a4a 0.01 MB 23 756
133,161 133,161 00000000000002a16fb26eb1b2debc43f60376f7c549fcc1d61614a403dc16ef 0.02 MB 42 274
133,160 133,160 00000000000004c9b28aeb43338316e4b971b98406efb15974c888b15a6de022 0.01 MB 24 71
133,159 133,159 0000000000000460e5d9ed341ebe25891428c09f75a01b6aa330503fce3983d0 0.01 MB 39 647
133,158 133,158 00000000000007e0367783a52ddce430186ff939e5f96cfd812d20cd59567c9a 0.00 MB 12 0
133,157 133,157 000000000000041602f583466e6caaf808af494029377ebd62b118620f3d704e 0.01 MB 22 369
133,156 133,156 00000000000000cf4a565523aaef384fb37e8b17e0e84508553cedccf1b66ca4 0.05 MB 180 27
133,155 133,155 0000000000000af1b6dee048201b0c4d3d97f30d23aa76f312d0b60e8cefd043 0.01 MB 29 708
133,154 133,154 00000000000004314c62a676dc844b722f8d186d1ee12f8b31453adfafa63853 0.00 MB 16 246
133,153 133,153 000000000000076ee6bcae24cf484940faaa0632770ef0309f2a83afe5b0fd75 0.02 MB 47 402
133,152 133,152 00000000000007c8696d3b26e4b8c9a481c7ec7b51cd5949e2445478428a6c4a 0.01 MB 25 746
133,151 133,151 00000000000009632e87fc70e311ef49cde256fbac762b43d788bf1386dc3b62 0.10 MB 95 194
Previous 10 blocks ↓
Total Size: 769.57 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,649.49 GB sent, 95.77 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.