Memory Pool Memory Pool Refreshing

9,969 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,177 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (786,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,236 121,236 0000000000004306d410af3f92a03fa4576a881a6e7905483a5b802f79e6cc4d 0.00 MB 6 2,139
121,235 121,235 000000000000077689d286a6e150796ca4d6ccbe103bbbc1a4d30372e5332a31 0.00 MB 5 320
121,234 121,234 000000000000050b193f5ccde0befb5a7be7bd7ec204d99ccee96bd4a816ce38 0.00 MB 8 351
121,233 121,233 0000000000007431cb08cdf7eb0a6f7c51da45c829335919521424296bf45c5d 0.00 MB 2 3,875
121,232 121,232 00000000000008ebd353d3e0e0ed2fe4e49a02be5d7dbe34a78bb82c3ec062c8 0.02 MB 67 972
121,231 121,231 0000000000004a3396a8edf93017cf2831942521d5bdaf4ee8674817d78a760b 0.00 MB 10 900
121,230 121,230 0000000000008e30093d8456d9d5bcd949a485665bb82ab00bc90c28dc7d0c3e 0.01 MB 19 331
121,229 121,229 0000000000005cdf263dcd639e030126c0ddaf0e3622161baf86b2756a3e7010 0.02 MB 19 1,109
121,228 121,228 00000000000014c279b37c683c182b999948a555cec7831f676c5c59dc3b4518 0.01 MB 31 579
121,227 121,227 00000000000003c930c25d1b7cf6eb40931ecad0ce4e7d73dcb3144186dd35c6 0.00 MB 11 3,716
121,226 121,226 00000000000079e1479e7a201589745771f91688f6d80122c3ddd2eda2d374d9 0.01 MB 44 685
121,225 121,225 0000000000002054c306592932fbde5faae6cabc77331fc2cc25d667631448c9 0.01 MB 16 432
121,224 121,224 000000000000714e5dec6763ee8dbb63dd07d837eb6da7c0d07fbbb015e5b74a 0.01 MB 7 406
121,223 121,223 00000000000007d2966c227a167e8335fe7b5202469c6ca664dcdb6308fe2f8b 0.00 MB 7 791
121,222 121,222 00000000000059df20a53d9c80c8b2e1b2aa943212fc299ee7b84e1dc6da3489 0.00 MB 3 832
121,221 121,221 00000000000008aa321164aef802bdd992343b8b49d043323ff75f2e78b7bc1c 0.00 MB 2 3,875
121,220 121,220 00000000000072b2d9b021b8ee69eb4be9e08b464ae78bf2b6771b884cff15a1 0.00 MB 3 0
121,219 121,219 0000000000002f97dc92a9188967c5daa2ea780fa2b7fe8b37c270bd134d9f73 0.04 MB 160 197
121,218 121,218 00000000000014a608da4a3787f9b05848fab9153232d7048aaa69619705533d 0.00 MB 8 762
121,217 121,217 0000000000008c86908f38494f62859793c9ec85ca727e237f0988e1b3607f5a 0.00 MB 8 1,316
121,216 121,216 0000000000006018db5db34a8c38559c441326954c23eb04318e9505ab4afc16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.