Memory Pool Memory Pool Refreshing

1,332 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,676 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,332 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,675 (886,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,121 22,121 0000000022825aa7df4e5d4ff381c99a2f317d2b92f78ddd576f1bbe1636e207 0.00 MB 1 0
22,120 22,120 00000000c35ba5a8506a4c28d41fa0da258ca7902a3d85d910e9cefb3dc15b0c 0.00 MB 1 0
22,119 22,119 00000000b039b7c38987f81c0d1ed48d99583081a98a1708b5763d9146b57408 0.00 MB 1 0
22,118 22,118 00000000b308bd3d577a46d1876ba5cfbd76bb04ac2905bce86ce215447c98aa 0.00 MB 1 0
22,117 22,117 00000000504c9788326e7d87a8ce418a28c01c8825c170e920052ccf8c7805aa 0.00 MB 1 0
22,116 22,116 000000003b01061395ab9a5ba0c4dc43b8be1b947dd25d9228edf3288d89fae8 0.00 MB 1 0
22,115 22,115 000000002e3179ea8858a2ecb58ec58a0578eb9515b0c8757340bb8c8c772e93 0.00 MB 1 0
22,114 22,114 0000000065912fb710fa0051c4efa41361531a149f771060a47defee7ea60183 0.00 MB 1 0
22,113 22,113 000000003d81fb4261352ea25d8797664d87dc4189f73de2c314a7eb4e0ca405 0.00 MB 1 0
22,112 22,112 000000004583bcc14e3619b09ae6b1aaa20cb68ae0ffa7cc5ed6bb1b4d039caa 0.00 MB 1 0
22,111 22,111 00000000e00432b34915409530fcc6bea730ae938a3067db0cce1faf857533b7 0.00 MB 1 0
22,110 22,110 0000000094d421259445edda55a5779ded8b4a7397c6f7058e454830cee55387 0.00 MB 1 0
22,109 22,109 000000008e4379a362937ab452a55bf90d234da245efffb00f675d29cadcd356 0.00 MB 1 0
22,108 22,108 00000000725e1183fad5c2f52d983cb3d9cfd7fb245737e77e74d2daea52a8bf 0.00 MB 1 0
22,107 22,107 00000000b9eaa036ebabe03e9bb31196beefaaad54ec5281e48002836f6e8edd 0.00 MB 2 0
22,106 22,106 0000000093a5a9bb8636b147097c89dafbcafa5f5157d7af83561c4e416c3bcc 0.00 MB 1 0
22,105 22,105 000000009e8d0f5c9d238677ba768d36c6a7c496728b750970a0050fa071bb13 0.00 MB 1 0
22,104 22,104 000000005ed3913761153291d01312e16f518254dd0d1a146b2ca43045fd50ad 0.00 MB 1 0
22,103 22,103 0000000046427fa517c0c89cd88dad2b83fed579f642f63baebc1ba70663952e 0.00 MB 1 0
22,102 22,102 0000000094b1e9c82c2fcbe03f889b67d548d43e96dce0393d10f2d0ccf29790 0.00 MB 1 0
22,101 22,101 0000000055ec3caf5a04bc19f01b58d27c93a308e472104f6ac4be7e5b6480b2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,853.57 GB sent, 101.71 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.