Memory Pool Memory Pool Refreshing

411 transactions
7.78 vMB
Show Random Selection Loading Transactions
Max Size: 31/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,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (824,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
84,206 84,206 0000000000099d45e90a9cba5188073ee28731cb10e833cfbcf03cb5fbe7bb99 0.00 MB 4 0
84,205 84,205 000000000018cd60a6d21db387187eca0ac9192ae57dffb4f83cff0283e90fc7 0.00 MB 1 0
84,204 84,204 000000000004844056040b2d1345792c0b84efbd4313e871824bfe7ef128bcdf 0.00 MB 5 0
84,203 84,203 000000000018834dcce04540b17c1d72866d8a56c7437048b60bf7752b223cc8 0.00 MB 2 0
84,202 84,202 00000000000599da55016a4aa0e9774ea5801332f50877ed8b08b5c582495784 0.00 MB 7 0
84,201 84,201 00000000000248e3e2c17cd91ba471006eaa3d507a94edf5d1965752dea3a027 0.01 MB 25 0
84,200 84,200 000000000025f948fac740b70d55d65eb96d530015a8144643cfca3884e2a38c 0.00 MB 3 0
84,199 84,199 00000000001d9d2fea6daa12143d50b0faae7743bb71ef88291575f5ff01a8dd 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.92 GB sent, 98.43 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.