Memory Pool Memory Pool Refreshing

1,611 transactions
12.68 vMB
Show Random Selection Loading Transactions
Max Size: 52/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (815,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,330 92,330 00000000000a7c9bfd9b4fcda8920438f7ee5ffa104dd8c8920b2e8dcbe61251 0.00 MB 2 0
92,329 92,329 00000000000361102b3b53dcfe4bd2fb973dedae8390db5fca6b906c55355f9c 0.00 MB 1 0
92,328 92,328 0000000000096fc89eee11b200930653ade02f07316c054c51de56cc35e97f44 0.00 MB 1 0
92,327 92,327 0000000000046e768c41ccdcd0f7648465100134fdaecb7d7c3b1549a3ec706f 0.00 MB 1 0
92,326 92,326 000000000000c155c81bbe94c337028e3206f63e4ef762891d6fe0a39b297e3d 0.00 MB 1 0
92,325 92,325 00000000000ddf7895efe6aaec203d3b88a6587a132f08f4896c4e391cfe99fa 0.00 MB 3 0
92,324 92,324 000000000006badbb06db138e706ca0b945792fec680f930a0e5b4cda49d999e 0.00 MB 2 0
92,323 92,323 00000000000346da7af1992963ab792e3c19c14dccc59b660108b869bb9bd007 0.00 MB 1 0
92,322 92,322 000000000002cd848d85b3ee55c24c21b24f5b5e5ab6fefc0bb3d87851c1cd73 0.00 MB 2 0
92,321 92,321 00000000000d856bd3a3d3d3cadf6add91d842346c8c6ec1d0e2fd15f88d7da5 0.00 MB 4 0
92,320 92,320 00000000000a08a7d6e83b850c011c21dd5f89d039e66461ca22154805aba624 0.00 MB 1 0
92,319 92,319 000000000009bdf41ec877079c4136591abc8c6a79e276dc2b6c1cd0a26db4fd 0.00 MB 1 0
92,318 92,318 000000000000e78a481036e0f0e70d3d5ce21831a16cbefcb006d6a73c7a2b69 0.00 MB 1 0
92,317 92,317 0000000000098077d21eebfd88158e5a1113855903add4bde9d230173f4542d0 0.00 MB 3 0
92,316 92,316 00000000000152e3341e926bd6b3a54cee071742e7b50e651f7bd8eca6a56834 0.00 MB 2 0
92,315 92,315 000000000001fae57e48d62402acff67ab29d564d042ca9dc573b9568f759a2a 0.00 MB 1 0
92,314 92,314 000000000008d1d784ead58119986de0d8106c02c7c92b6f0e5fbfe4906020cd 0.00 MB 1 0
92,313 92,313 0000000000065b62340dfa0385997ab2ad1012925347d10b2f12aace99eb1ad9 0.00 MB 1 0
92,312 92,312 000000000003855accf2a2b291ee3f5bcd4f72ccf62f68eecb20aed3ab1acb24 0.00 MB 1 0
92,311 92,311 0000000000084742bce51e8cb7fca64bda75a12f14cfc1a678dedef66295eea4 0.00 MB 1 0
92,310 92,310 00000000000dfcda9fae735510e245b9e17733b91c58a0fad6d4aea46f95e824 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.11 GB sent, 98.45 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.