Memory Pool Memory Pool Refreshing

7,881 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,891 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (824,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,163 84,163 00000000000d713e23ea5a1b6862b34a31bbfa6b3c8f7a36dff9d576624bb33f 0.00 MB 1 0
84,162 84,162 0000000000130dde1cfd5cace5fa0fccea1b46a8bc3e1cfa5fa1848c2247fe05 0.00 MB 3 0
84,161 84,161 00000000000b17dacc79be23a891622b6043b8045737d761801018b7bf246025 0.00 MB 1 0
84,160 84,160 00000000002f66b71fda4ddb3ca07332b0682ee685d59e36167b38534ce37e8b 0.00 MB 1 0
84,159 84,159 00000000000cb32c065d797a2414b4d079044e6dcd4ea1b2e413dd93724cef55 0.00 MB 2 0
84,158 84,158 000000000009724dfa832b97e747308860db3390c3b50d45c4e9946b31a91721 0.00 MB 1 0
84,157 84,157 00000000001f87b4a8a43768c8326584b90639bbf1a1586ec45e934ca69dfd83 0.01 MB 5 0
84,156 84,156 0000000000242fe69f9e9a254b3cc53404c5a005d496db3ae054507ec9bd359a 0.00 MB 1 0
84,155 84,155 0000000000148130d84d646fb512341c276c38dd9aea9655d257655085d1b1b9 0.00 MB 6 0
84,154 84,154 00000000001cab89d5b8e5a33519d5855a72597d02ef1f3e1aff93243c2972b1 0.00 MB 2 0
84,153 84,153 00000000000c359c323ce30b4e14b27da584ce38b99be1424fb9fb1008890fe2 0.00 MB 1 0
84,152 84,152 000000000003691fe437be255fcf5e3a4d4fea765cd428fdf954bca47daa1f1d 0.00 MB 1 0
84,151 84,151 00000000000d82e11e5a396d06e52f22bb2a9db2babf2743d3e2d6c2e849f8bb 0.00 MB 1 0
84,150 84,150 00000000001b9eb76ab861a9766318b77a79001b4af77df604596d6d020d0880 0.00 MB 1 0
84,149 84,149 00000000002b9406cc5658c525c28b95109e757d65eb2d1828378d14d7b085a6 0.00 MB 2 0
84,148 84,148 000000000008fc1f6e4ea614f7290bc2939f10810c45b643f35b2ff19f02b279 0.00 MB 2 0
84,147 84,147 00000000001038e501ff50613b27f33f4199f9601e5069dc0efde2ab5c1f6d9a 0.00 MB 1 0
84,146 84,146 000000000014835372ead95c2c0bf9e892919a40c9f144b911e131d6f6e9808c 0.00 MB 2 0
84,145 84,145 000000000004829f8d0bd376194de8f4faa429bf554e549f3177a533538f3b08 0.00 MB 1 0
84,144 84,144 0000000000112b0eed04f8b825d74c0620b4c3150b97641d5b3485116ff47968 0.00 MB 1 0
84,143 84,143 000000000014a52997c64d2d599ed245f296d9f37b72c143efc4b4309408e624 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.35 GB sent, 101.96 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.