Memory Pool Memory Pool Refreshing

4,847 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,041 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (22,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,199 885,199 000000000000000000022f8d93870393e96ea1aa482c09f8d1ec6aaf8590f7c9 1.40 MB 2,405 11
885,198 885,198 000000000000000000004c757150052ed2bbfdac712181d67c17605b47046c6e 1.80 MB 3,018 6
885,197 885,197 000000000000000000026e6dfa76e7b9ff102443395daffff1586cbd837be8e2 1.47 MB 2,826 12
885,196 885,196 00000000000000000000ab341cc5e548bc0003106082ad08332509a2870d6e5f 1.61 MB 3,480 11
885,195 885,195 00000000000000000000398d6e43978f317fd451fd712f26dc857ff8b5299334 1.75 MB 4,718 5
885,194 885,194 00000000000000000000041ce5d7bd48ad919aee6a1dffa424cf890b977e6364 1.87 MB 5,507 4
885,193 885,193 0000000000000000000282b5c9f674346f457dbaea590b5feff10927f9ca9515 1.65 MB 3,008 7
885,192 885,192 00000000000000000001838f81795ba2231f4ddbb9ec8770277567d6b45b6276 1.62 MB 3,319 7
885,191 885,191 000000000000000000006603812aa1ea1e6d3cfd85aba6194ec14b86b851a775 1.70 MB 4,429 5
885,190 885,190 0000000000000000000252cba109118fc868e743499d6cae6665823fdb46a460 1.61 MB 3,311 8
885,189 885,189 00000000000000000000eba58643219d5c6ded3e97fe0820dd7484a626f57abd 1.79 MB 4,871 6
885,188 885,188 00000000000000000000ea748858ff26153add72732eb872e2cb7a7ba0c40656 1.63 MB 3,316 6
885,187 885,187 00000000000000000001ccca8409cc67167e6d3697ef16409981a485404109ca 1.64 MB 1,966 11
885,186 885,186 000000000000000000004b087e339a1bccdd09909104dbbbf5f140ea3da28265 1.87 MB 5,004 5
885,185 885,185 00000000000000000000462bc24f09e2fae578e12720a806c6b5def7e0c02810 1.60 MB 3,285 8
885,184 885,184 00000000000000000000736b32c25285e64bdc321235dab7a7146f89fd33256e 1.63 MB 2,521 11
885,183 885,183 00000000000000000000e60854ce7ba0bb8ad7020b7a14366070a1fd962e0bef 1.53 MB 3,020 6
885,182 885,182 000000000000000000004df2c2b2256f29451389fd588befd80778fad0cce118 1.94 MB 4,927 4
885,181 885,181 0000000000000000000071f34b3e6cd18c02fea8cb4095e501bb1500efeadf6b 1.59 MB 3,738 5
885,180 885,180 00000000000000000001abd47a00322aa5c6687b11a69c8eb47519dc3c118e8e 1.91 MB 5,308 4
885,179 885,179 0000000000000000000250965f26a89b794b8bceabe453a05e36a303c5058704 1.75 MB 3,153 4
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.