Memory Pool Memory Pool Refreshing

5,349 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,594 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (579,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,841 328,841 000000000000000006978b71be158faf5e5ca48b538d7df7cdbdab514b4f5af1 0.44 MB 868 25
328,840 328,840 000000000000000013055340dec61bfde44f483e618936b42f921aea290bf45c 1.00 MB 944 18
328,839 328,839 0000000000000000020d775f78528d914d73001c620f65bbea4db0e29d84606c 0.75 MB 1,644 32
328,838 328,838 00000000000000001156e391a064d4cfc64be57075063a902b18deeae4822f6a 0.35 MB 993 36
328,837 328,837 0000000000000000046e315c04b880daa3dd4b040ff3b0518803afa7d1da399f 0.17 MB 512 51
328,836 328,836 00000000000000000d51300fdada8e60136a785a0fe043c93fa14478cbee364d 0.26 MB 417 23
328,835 328,835 0000000000000000098d5b7071a8a3e19239914162bf9e846dafb36df2302f26 0.18 MB 244 17
328,834 328,834 0000000000000000119aeed5771344944ad7c89813769c72dd553e07afe68ce9 0.42 MB 584 21
328,833 328,833 00000000000000001a050d53410f3a0a36355dc092f5c6cdea870fde65c1f9fa 0.26 MB 376 21
328,832 328,832 00000000000000000f0f0c7c207fce7438769e7277a2b7c02bf7d0dd4ee88ac7 0.21 MB 398 28
328,831 328,831 00000000000000000d382925c314119085db05659812edfb51dfed84f4b3f5d3 0.28 MB 485 25
328,830 328,830 00000000000000000f31e49a0a00a56d240da3fc2b6910100412268ac285e6c5 0.22 MB 306 19
328,829 328,829 00000000000000001054c5ef81b42ff6ce3425ecf23cd1252cb1eaebdb0eeaf9 1.00 MB 2,188 32
328,828 328,828 0000000000000000090759cc60e866c74006cc1b56912b8d3f9b23949933019a 0.04 MB 75 19
328,827 328,827 00000000000000001b4ce6e4c44ce482f71ca6d4e5968aa28b3d50f230f97ac1 0.15 MB 336 27
328,826 328,826 0000000000000000170decb7cba68063b3bf8460a77c69f0cc94b8bb80761bde 0.98 MB 1,518 22
328,825 328,825 00000000000000000bcb5aa7a4a16b8ac745d2b322638b3a2763b9584be9f412 0.75 MB 572 16
328,824 328,824 0000000000000000136949f18d4377f8fde9fb33e4e6e09ecad1fb1ee13070a1 1.00 MB 1,575 24
328,823 328,823 000000000000000001d6db82e328d4abfb080a660181ea97b862b7da5c11e51f 0.29 MB 512 24
328,822 328,822 00000000000000001b050364e4c54191b77222e738b0d7f69d5bf7d3c24accc3 0.16 MB 256 24
328,821 328,821 00000000000000001590dd8e7b301551cba97ccb53d1f3fb6d511e61f818c2a6 0.75 MB 1,341 22
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.