Memory Pool Memory Pool Refreshing

5,138 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,290 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (837,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,053 71,053 00000000002ca513f1e68250bd62e3338a9a8883c2e81c4f542bd642fb15240d 0.00 MB 2 0
71,052 71,052 00000000000bf165c8c752c0d6b4ca5c2f0f19fa64edf1587cb67a45482d11d8 0.00 MB 1 0
71,051 71,051 0000000000c37ee305a044901ae13b6a7dfb086a441e42e4126e96a2ee2d3413 0.00 MB 1 0
71,050 71,050 0000000000b0839a83e770c9eafccc71b4d1a84eb7d39b0e8e0a80750588ea98 0.00 MB 2 0
71,049 71,049 00000000004ffbba8f186e93cabc75bada3fb6f68c5e6842604d1369bf001566 0.00 MB 1 0
71,048 71,048 0000000000ab7b43980c1e4aaffad34f1c6cdf73f6c72cfef1ed2196d365ea76 0.00 MB 4 0
71,047 71,047 0000000000c8d484e7ce5bf7aa25dae4a63232f9c95099788d443b27d7773fd0 0.00 MB 5 0
71,046 71,046 0000000000011457ae598e0144ef10693cd2f1e659d1d933aebd8afc1fb473ec 0.00 MB 3 0
71,045 71,045 00000000000298da195597d1eddc55d8e48b29738036f2a2fa3b71013ff3a413 0.00 MB 1 0
71,044 71,044 0000000001065bbb357f799ab6f0e0492a569e9094c2cdf0076172cc24acc100 0.00 MB 6 0
71,043 71,043 000000000055853dcdc641c42eaa56983998ed8173a83773bd0e8b8661ebb2cf 0.00 MB 2 0
71,042 71,042 0000000000829525fcec5384afe164bbb17bd8d4eb418a622d80916e98fdadcb 0.00 MB 5 43,435
71,041 71,041 0000000000bcb4a808a212d9bfa7ce7aeaac2a4e34fd90d6b76cb26fa92c4d24 0.00 MB 1 0
71,040 71,040 00000000005acc90b361e208a0d7f0f4c0805a14854be19f8379e245879d41e3 0.00 MB 3 0
71,039 71,039 0000000000b7f02d3dfb5111e375d04c5b1854d1618295c9c934478aa08e0dc4 0.00 MB 3 0
71,038 71,038 00000000005d8c22f6c6d98142d31dca74aca2ee883f8b689a1083575d57dc82 0.00 MB 3 0
71,037 71,037 0000000000955acd68880d5d8a8d813e2f5f2cf7b1b7e0b7f10c31fc70b87c94 0.00 MB 1 0
71,036 71,036 00000000000997f9fd2fe1ee376293ef8c42ad09193a5d2086dddf8e5c426b56 0.01 MB 7 0
71,035 71,035 00000000009c516fac28019301e50b478f335e2fce14856f0b487f1cbb547da2 0.00 MB 4 0
71,034 71,034 0000000000f2466f89619e4da0d8fadd73d8b656fc1b3f0ef87b2f47216c0d16 0.00 MB 3 0
71,033 71,033 000000000029da068771679bb05397f690b4748471a60e07e540ef5c3c00cad7 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.11 GB sent, 101.86 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.