Memory Pool Memory Pool Refreshing

3,800 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,657 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,220 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,656 (845,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,337 63,337 0000000007ef1d4eeb3787f012a83ff26c21be19db75b443eab22e4f6af43686 0.00 MB 1 0
63,336 63,336 000000000ba4e2ca74d1305ac4f2b8a8abb6b095c3b4ad3995405420f1e64fe7 0.00 MB 1 0
63,335 63,335 000000000af51e64a9d63275b4da0fc2cdfa75334d8abfc3dee3268347c5ce86 0.00 MB 1 0
63,334 63,334 0000000003e7b77f1f4e270a0a70d064ea73232ab53b4924e6dc7a2d3a55d44e 0.00 MB 1 0
63,333 63,333 00000000014a6f29145a6e8449bfb6f5bd5e95e1e433d1db39187972c2a05963 0.00 MB 3 0
63,332 63,332 000000000698087dcf208fbafc6b85a6e891fe10c35363b267baf7cf903d3b4c 0.00 MB 1 0
63,331 63,331 000000000592db6f6078cf15f11154d6d1637c923d6aa8c6c378bd21bde77e67 0.00 MB 1 0
63,330 63,330 0000000006fca1d23d1a38f79ea513ac6003e44ce3f5b151165bfc500b3c4405 0.00 MB 1 0
63,329 63,329 000000000c3e0e464081ca6e20891ed339f0a841d91a2c71f0eea73bbe7041ae 0.00 MB 2 0
63,328 63,328 000000000afd2cbb9f2f7399736d89152ccb1c9e1b5f5d3ddba1ab856deb8bd6 0.00 MB 1 0
63,327 63,327 0000000005ac2f3b3cda829d94f339ffcc9c5a48dd18a8cddd550c3086b2edec 0.00 MB 2 0
63,326 63,326 000000000ae438bcc09e2eb4654a77a2d2be7ff31cdc5c7a3b144d0b1b1518f7 0.00 MB 1 0
63,325 63,325 00000000096602f68826d789d5a8352ffad895b15045790bf27c18a624f2c535 0.00 MB 1 0
63,324 63,324 000000000c4f2da4f6ed1a045e0da636cce67adee2794f18e0098c98696e1667 0.00 MB 1 0
63,323 63,323 00000000086404aca5bdd35943dd51a401f36483e73dfb62458d6c899ca74f2f 0.00 MB 1 0
63,322 63,322 000000000cefafe4d9982cb3af6088891cff852543bc2b9913564ab2a9073ce8 0.00 MB 3 0
63,321 63,321 0000000002212285b3b48c4d00ba45696945734b3f674477a4697e2d82282976 0.00 MB 2 0
63,320 63,320 000000000d2b5661b103464e040e7a6fa4366aca834291d7d0feb272f431ec65 0.00 MB 1 0
63,319 63,319 0000000005763ed8bdcd8c89aeeb9e5da5dc635a044c56f3be23891b9b86b770 0.00 MB 1 0
63,318 63,318 000000000af013ecb0e920697e0dfd0f03fefc622e85010460f6c83e0003c388 0.00 MB 1 0
63,317 63,317 0000000007f6b75a9a6131cf297cfac9d62cf17222cadb9005ab568b213cd904 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.80 GB sent, 101.54 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.