Memory Pool Memory Pool Refreshing

237 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 223 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (901,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,384 6,384 000000001e7812cf1ad8e830c33154147e3bfcf4bc3b94c87493ca3cf524719e 0.00 MB 1 0
6,383 6,383 00000000cb90c4ffd5137b447ed860afaf7c3640ef5ecd1e205d1d3776f3fa63 0.00 MB 1 0
6,382 6,382 00000000778ec9dc56936fd5a0f40a87453a6d2477ae0196e5aced945cb6507f 0.00 MB 1 0
6,381 6,381 00000000ae95c8f2381a8af1d879e8d123151c0e77445c41e884b583ca453471 0.00 MB 1 0
6,380 6,380 0000000087200ccff758617644f012bb91af2c0f690b7262fa1e756d38abbe8f 0.00 MB 1 0
6,379 6,379 0000000060911d1cafd5d115e1a83114626c9fe421b8f9bd5152a347c5238579 0.00 MB 1 0
6,378 6,378 000000005fb69b9bec712a7f91f9fec73e942eeb08c808585afeba0aef29db6d 0.00 MB 1 0
6,377 6,377 00000000d6612711fbafefd7143b744441cda783030178232a2a7f7d219933c4 0.00 MB 1 0
6,376 6,376 000000002a14610115f83d647a6354a706e273a2ab4425c8eeace6152800bcbc 0.00 MB 1 0
6,375 6,375 000000005d5e4d1f466de1812ccdb4a62aa368c43b9bd354e13dd2a8878e4b71 0.00 MB 1 0
6,374 6,374 0000000068977b19cd0c97cbb3600f3f10165eac14d6f38c588cb5434ef19458 0.00 MB 1 0
6,373 6,373 0000000027482a073a4f97cca991d6702b871a5296f6aa75fb4e41208ea4e881 0.00 MB 1 0
6,372 6,372 000000004926cc20d8615223a1a330e7f6ebc30d3bd12e53a974cabcc88fe13c 0.00 MB 1 0
6,371 6,371 000000008c600e846c66c9eac98969a1d435f569e099db10d19129f777527600 0.00 MB 1 0
6,370 6,370 0000000002a4bee2cd31c6fa6784aa11fcf0cee7f0b29a9ef342e09b3b33e248 0.00 MB 1 0
6,369 6,369 0000000020337a5544de860139c076606ca212d53a611ae65f5fa4135f193ade 0.00 MB 1 0
6,368 6,368 000000009103251902b58285b50040855528ea2e479c5b3f4242830103090fbc 0.00 MB 1 0
6,367 6,367 000000008d06da88e4525d9bd2ae2f1713f4e39b01407b6cbb6285be1bf3afc3 0.00 MB 1 0
6,366 6,366 00000000aea58f55f01e9d576d809787af36dc351476fbf30fc7252062de3af3 0.00 MB 1 0
6,365 6,365 000000002ece5ab68892dbfd32c3750ed5f36d53226e0c1aaac454a6e07c783e 0.00 MB 1 0
6,364 6,364 000000004f27086ab1e6a6f04c4268a4658545cf2b9976d022fbd88514443f4e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.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.