Memory Pool Memory Pool Refreshing

2,632 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,618 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,728 (824,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,227 84,227 000000000019599bd4f564fb9fb54ae45599071001a9449a77f3cffd858a8449 0.00 MB 1 0
84,226 84,226 000000000021606785ef133dd8efc2b2790b53c204c96d956005cd6b20294f44 0.00 MB 2 0
84,225 84,225 0000000000306ae8357720e98e662ba70ab21da1e2f0ae7f78a3d7bc265c449c 0.00 MB 1 0
84,224 84,224 000000000016a690eaf286b317b4ea9e9bbf76f76996f2546c1f8ca963c66acf 0.00 MB 3 0
84,223 84,223 00000000000ffedd2854b8f0d609bc12bacf3a350527caddeaee5bc055bc946c 0.00 MB 1 0
84,222 84,222 00000000002a52a6d4ae68fffe73ed3076bd3df4309ec07b382a74ca045f355e 0.00 MB 6 0
84,221 84,221 000000000029bb4acb654d01dfa7989d5807c72009dd0f7669ef3837656ba832 0.00 MB 1 0
84,220 84,220 000000000016d28facee95bf4ba6a130541d4694bd3482bdadc50ed9f9fca192 0.00 MB 1 0
84,219 84,219 000000000013c94a9bd7e6178661f44477bd1ff5fe21ddc000c80f8b3480c795 0.00 MB 5 0
84,218 84,218 00000000000b30d88f7b2bed28d124be4b76f9459c12e4e92aa9f70e6731d3e3 0.01 MB 5 0
84,217 84,217 00000000001702b20683d9014337e3dcbb9d744d90d81b22825ce9498130b389 0.00 MB 2 0
84,216 84,216 000000000018ab66ad32ecc511bc7c20aec8babafa6f91a9614b23f9e1706fa7 0.00 MB 4 0
84,215 84,215 000000000024b8fbfa0e3b37bc6fa260c3a55e92a6b583f5351da02f461080b5 0.00 MB 7 0
84,214 84,214 0000000000276056d504a097b8b8cea81fefef4cfb42cbb29dfd50423573d6ed 0.00 MB 3 0
84,213 84,213 000000000003efcac591a16dd382ad02035a86316925fa88974de83da374c130 0.00 MB 1 0
84,212 84,212 000000000000388a8c664a1e9e65fda800e8e31d1286746c2d4f8991e5fe22d8 0.00 MB 3 0
84,211 84,211 0000000000238b3c68f132b566b9214d10b1052a8d319d856e21568cd5420c84 0.00 MB 1 0
84,210 84,210 000000000017998316164268cd01dad902ec12ab6351ea59728fde4d733389ae 0.00 MB 6 0
84,209 84,209 000000000011a8cc26c0aca102fa997595d9867678a689213766a3e65c0df2d8 0.01 MB 2 0
84,208 84,208 000000000009e446ffc43e7043de42975c04e383c3332df80bb59d8d0931f8e8 0.00 MB 1 0
84,207 84,207 00000000000060f494fd54931360e0ceb382c3fc02f12b66353fb21ebf5ff998 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 771.06 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,855.16 GB sent, 102.25 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.