Memory Pool Memory Pool Refreshing

9,578 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,127 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,951 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,126 (904,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,859 3,859 00000000ee08d11551aa8b9566175bbad75362aed5ea1a6e866751afbfe6ef37 0.00 MB 1 0
3,858 3,858 00000000e6e9d05164c9fc62ff8ab2e3273aa8b7258ae3f97cf2d93bc940094c 0.00 MB 1 0
3,857 3,857 000000002acb7a5ef424a6a916e458c1dc55f1da37892bd55ce0605feba3a216 0.00 MB 1 0
3,856 3,856 00000000de6bcd4f223c8bdbab8a2d9af296290be0e24c94caa98a8e3150401a 0.00 MB 1 0
3,855 3,855 000000004409df337b3391e1d509e2faef5aecd25e0efde88313483695352dc7 0.00 MB 1 0
3,854 3,854 00000000c596271bbdabc92a15f0332e85d76f827f9df0994f14d62777d4dcce 0.00 MB 1 0
3,853 3,853 00000000e7f7813204ee4115f32d01dbf2ed0458b8f7050bdcdcf8f2b2271d68 0.00 MB 1 0
3,852 3,852 000000009fa7ad1b0cca243262ab3aa68124971b3d7f9bd08c1fa0d1632f960a 0.00 MB 1 0
3,851 3,851 000000007b51a44a5123007be222a2e78389274ef40d05ab3e0ac590c7f5bc07 0.00 MB 1 0
3,850 3,850 0000000021968ae308f6669c09b9bc9642af7deaf648ddb6e30378299721856d 0.00 MB 1 0
3,849 3,849 00000000a0bda86e80d04270a830fa75994399abfb77ffd2111d3a411baa9a87 0.00 MB 1 0
3,848 3,848 00000000e76d1b56988d9bf216ddeb8c9eb0c9aae1cc8e3c8bc69db229441b2d 0.00 MB 1 0
3,847 3,847 000000009807db9881793a07d86126a0cfa503fd743a1f00ecbf857bdb23d0b2 0.00 MB 1 0
3,846 3,846 000000008e021aa6181559cf54fe38706f99a748d40b1ab95a013e56301d42a1 0.00 MB 1 0
3,845 3,845 000000006a84e1a4de11a647ec02ec0497d6efc09397cd6e89082efd1ec6f7d5 0.00 MB 1 0
3,844 3,844 00000000864f198de6c67a8ea0a6497bddf32260f1ef38ed2199262b7deb0ff9 0.00 MB 1 0
3,843 3,843 00000000e3973f284a3d33f15f7c9ac30c10b5a6df9513a8d8ef7a3a7e1610cf 0.00 MB 1 0
3,842 3,842 000000000be5065d6c87ad157b7093fe503da6ca684e7b17c4b4fae1d555897d 0.00 MB 1 0
3,841 3,841 00000000fb3fa6f0d3f8707d41f30e8f6b4cd71027b2ced3e08f37cccd688f69 0.00 MB 1 0
3,840 3,840 00000000d0ddbb568e13f29531695cdb7dc6a82506268b67bcf8cd12846a29f3 0.00 MB 1 0
3,839 3,839 00000000babfe9b1d75d1348d1b271d3f416be8b73481ffbe4c049ac5ba2274d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.78 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,680.11 GB sent, 96.83 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.