Memory Pool Memory Pool Refreshing

2,902 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (840,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,069 68,069 0000000005649b64921ba372df5aded6196d457d213521b7d14e2af053ac0e2b 0.00 MB 1 0
68,068 68,068 000000000326b33e0e4dcddba1c54ea1f325ec574af21b477de9bf326895f0a7 0.00 MB 1 0
68,067 68,067 0000000001af55497dd931a73e9d92de5f24328e3e8a8da48f9d7006c506daab 0.00 MB 1 0
68,066 68,066 000000000507b848c0747f59d2fdc92d14f743943a36320215ed6012a640419b 0.00 MB 2 0
68,065 68,065 00000000000a6211c4488436a7b4f97e3d237f70e8e2259782487abef5ece51f 0.00 MB 2 0
68,064 68,064 0000000000157cbea17ad9b4fbcba14c6ce13fb6626d98b088327f9de9dd9b76 0.00 MB 2 0
68,063 68,063 000000000105af1f8ab602f6e24c7fcaba84456e353252ceebfa6ef73f877a45 0.00 MB 2 0
68,062 68,062 0000000000b138051bc82266f9f12f03ad1ebadb2567b3348006a78aff85e4a7 0.00 MB 1 0
68,061 68,061 000000000019179537ff2e135a8bc1f5474800b9ce1d1c3e31f4da28f7c954a3 0.00 MB 2 0
68,060 68,060 0000000002fde4dca58d54e2388f3c22360981f8464b28755bc334a0c3a7feff 0.00 MB 1 0
68,059 68,059 00000000050a0efb94f30918fa979a958b3fb56ab1518380347b5b2254faa4c0 0.00 MB 3 0
68,058 68,058 000000000141b8a164b31f5afe892d3eb6c8cf6c64fe402d004174c819bd4c9e 0.00 MB 6 0
68,057 68,057 000000000279d9ba1106605bfb524186625c8fee42f25471e5a2d4fb9dffc23f 0.00 MB 1 0
68,056 68,056 000000000536a3bdace4ad269d102b10b6c0e5a1fe8f0a2d7107d3f6d3ca149b 0.00 MB 2 0
68,055 68,055 00000000018bd01648daee2cf90138d832f89dc0d376f06755258095f22fe0df 0.00 MB 4 0
68,054 68,054 00000000003e2ccfe2e2d0d7e7eed3fb4d02804d93e9d7da891cf1afb55f163e 0.00 MB 1 0
68,053 68,053 0000000001ff875614b1e9e0dad2deb6295fe076ba91acfea7ab04dbd3ea6f7f 0.00 MB 1 0
68,052 68,052 0000000000c960ec30ccf215ec6682081a9b61369bce0c162801be92d84bae24 0.00 MB 1 0
68,051 68,051 0000000001a44a9309a97ddeb24f60e2f292373a1c2b7c9dca76bf4f0f710258 0.00 MB 5 0
68,050 68,050 0000000002ce0bf022308450eac3f734763ed6063fe5d852e3bea6bb0aa95a20 0.00 MB 2 0
68,049 68,049 000000000187761f385b04656de8ab08f49c88792324a53a840c386d5e6bde3b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.