Memory Pool Memory Pool Refreshing

5,063 transactions
1.38 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
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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (841,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,032 66,032 0000000001d19e2247c2483f333110bdca77539c0e6621212879a03c0450206f 0.00 MB 1 0
66,031 66,031 00000000066a44a36a2cce636c0cc1bd72d6e45c45a0d6e289d60beccbf88cff 0.00 MB 2 0
66,030 66,030 00000000093cb31e2b68ef25ede3c94408d30f42e512cb004c7c75820ff2fcb5 0.00 MB 5 0
66,029 66,029 000000000943972deed88cc5179a0f7b572366763b15d2963b59237cf7676b89 0.00 MB 2 0
66,028 66,028 00000000053118df3232d22d692e1ef69932dbc6094695f6c9c830db399d1c67 0.00 MB 3 0
66,027 66,027 0000000001f47dfea264304a99b73e9ebc8cc3128b1c2d44d5bb0adb81377818 0.00 MB 1 0
66,026 66,026 000000000610cb8a8b2ca0579da4d636aae8a6d4f1800075fdb6ffb92609ff59 0.00 MB 2 0
66,025 66,025 0000000005ff34a63a43326e2f86a35ff46cb114cf79e5a5336bc601db0271fc 0.00 MB 2 0
66,024 66,024 0000000004df18f49e8b4869be7e2c13d65d846ae6d15bb7ea040624435dd961 0.00 MB 6 0
66,023 66,023 0000000000881768aa5480dbeb98a57494b61070b6d347bb6e630a0ab1cbcc4f 0.00 MB 4 0
66,022 66,022 00000000051ee1503d960dff635a1b52521490258a3ba4cc59673642cfbb1ccd 0.00 MB 1 0
66,021 66,021 0000000002fb4096a3820da196a321a2e06456870a9de59777585eecad7e3e41 0.00 MB 1 0
66,020 66,020 000000000483e580a68797dc66c55f333650e9eff7c94de516f70e4d656ee44f 0.00 MB 5 0
66,019 66,019 0000000009b3c2a2ea94a99e26b354f76573aa225c8c8ea07c144e99ce07fe0e 0.00 MB 1 0
66,018 66,018 00000000084bc64486d62451cdba56d3929953fa9da0dc342011e3966c7d3466 0.00 MB 1 0
66,017 66,017 00000000078a40a868c0013bce259744429e9abfe8ddc0e06cfcc232016873a5 0.00 MB 2 0
66,016 66,016 0000000000ca55b9c50b5601b7d7ce78f48c33ae7dedc5c2444c9f0e82b4ab86 0.00 MB 1 0
66,015 66,015 00000000016699ff0634834457719b273a701e05b451efe59856877f5e24b9c5 0.00 MB 1 0
66,014 66,014 0000000005dcad669253f735772d8d2c7e73541a5ed06f48083f7afec15722de 0.00 MB 1 0
66,013 66,013 000000000259b7357d707e6f789d2b3c49aeeedb449ac1dfab21e910961c965a 0.00 MB 1 0
66,012 66,012 000000000308db6095083af1d64211fb3725cd70b2b88abc9878a33ed9d1e41d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.