Memory Pool Memory Pool Refreshing

22,842 transactions (5.30 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (852,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,130 57,130 0000000014f4d761d93754f061a12cccd3801c44222355c3c0c29651ee4e0f39 0.00 MB 2 0
57,129 57,129 000000000ad37d379b142a6f58b419b8e6d68a366b13224dd4a436d7914205a3 0.00 MB 1 0
57,128 57,128 00000000065231f26c07aee3663aa5cf8301a73f4cb8e1adadc3b07538e47813 0.00 MB 1 0
57,127 57,127 0000000014cf7dd770adda7afa7cd711b5d94cf8f725ed52fe0e33a76a3aa68a 0.00 MB 1 0
57,126 57,126 000000000848aa7dc3f3ad4612ab815c1c35bb15988bafa322f40cc13992e39c 0.00 MB 10 0
57,125 57,125 000000000782bb48315b072e9aa76a7609a99f91466377f8c8cb755e6fbc2f2c 0.00 MB 1 0
57,124 57,124 000000000cf8aec2e58a58ec92b276233f3d100dcacebd1aa3782820e82274c4 0.00 MB 1 0
57,123 57,123 0000000013a7f2292698deca7eb6cbb43aa5ca1d8aeb10fafe7673367411c7aa 0.00 MB 1 0
57,122 57,122 0000000011c075baf6b6ab9b2809b89b2dd59f4cc2bb0395449257fc21f841ce 0.00 MB 1 0
57,121 57,121 000000000e9a7245f160ecc7f5baa0c8ab60e7b4f9587a0bbbd9c6cd8347e108 0.00 MB 1 0
57,120 57,120 00000000105c67022fb4a86f533f72da186bc6792f11de153c4381e3de7d57aa 0.00 MB 3 0
57,119 57,119 000000000402b772b70df0faa48f42d590bec4ff3a3c66229599ca1017c56667 0.00 MB 3 0
57,118 57,118 0000000002b9e6ce135aab5e471a2fb723be0a18b21cd7e7a1ddf4e3c8cb75fe 0.00 MB 1 0
57,117 57,117 0000000004566e5c6627a99df6ee9799a9c59aef956f4602fe382e4c99b1c0c7 0.00 MB 1 0
57,116 57,116 00000000146fdc6950e89d9d9ae7e458ef7757d17533018324f34bfef948ab59 0.00 MB 1 0
57,115 57,115 00000000146cc82e64349b62073a46685708d6b0e81f299b27f9a466e762457d 0.00 MB 2 0
57,114 57,114 000000000e37d44d9d6948d27faaf7fb973e2746a1ceb06d845a35de0a107639 0.00 MB 1 0
57,113 57,113 000000000a37f02d88416d6a0b4e27d424045741bfb19221092396eeb5c355c0 0.00 MB 10 0
57,112 57,112 0000000003dd71ae0188435f706dda58dd932ef74d3f607076777677c5c31240 0.00 MB 20 0
57,111 57,111 0000000001ef2fa49ae8a91069559c483f6cbb8cd8780c14d60643f9b84307b8 0.00 MB 1 0
57,110 57,110 0000000006e0d9c4ac320dc4695210b26d6264193f0420c7d36fe355f9c88d8a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,984.51 GB sent, 107.06 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.