Memory Pool Memory Pool Refreshing

1,435 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,665 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,664 (837,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,063 71,063 0000000000f79f81f2d671be7a591a0a3c57ec8677261c1f3599298735352ef8 0.00 MB 1 0
71,062 71,062 0000000000e33da7b1e08dcece1853873e8252b5c8e5f5a91d677c7a2ae816f3 0.00 MB 2 0
71,061 71,061 0000000000609d809b3bb0fc095ea1a5d5d206607eb2b9e22c7192023c841ff0 0.00 MB 3 0
71,060 71,060 00000000001f811dba18e206d1b09eabcbbc090a8eaf40d30a2a4f94c3f2dac8 0.00 MB 5 0
71,059 71,059 0000000000547efed13087116b02791988801d9926e4e8369ec8edff82a15212 0.00 MB 1 0
71,058 71,058 00000000009d0d2e26303317d00d1a8d92b5ee9081f2d83cec91f4cf53928771 0.00 MB 3 0
71,057 71,057 00000000007333245f0151aaa3adfe8865ef316bb9bd75f2e41f6ca7f8c0cd69 0.00 MB 1 0
71,056 71,056 00000000001baa8e95be2a1eec7435611a56325aace8342e261e3abee1ce1a31 0.00 MB 1 0
71,055 71,055 0000000000a6523b96c27398cbb21bf88d75fa0638b94264484a383f059dcc45 0.00 MB 2 0
71,054 71,054 00000000001d35c6994f44eb5ce3bc4e8f7b3e80db97b322461968af535775bf 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 770.93 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,853.27 GB sent, 101.62 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.