Memory Pool Memory Pool Refreshing

3,835 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (556,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,214 351,214 000000000000000014f84024756be06464c14983c497442b9c873d3b454319fb 0.11 MB 57 4
351,213 351,213 0000000000000000133e0904645fcc38e4171b5ad970790b8fdd3229176ee322 0.09 MB 189 40
351,212 351,212 0000000000000000115dfecf3abef93de0b13c7cb0e797041414a13db138bf53 0.14 MB 280 23
351,211 351,211 00000000000000000c6e4851ee33dfe267925d57540fdc673f8b818c305115a8 0.10 MB 206 18
351,210 351,210 00000000000000000f67fd7bee0c35add741902d135212e3deef6be5409ad5dd 0.44 MB 910 29
351,209 351,209 00000000000000000325ded38a1a9aa4c9db4b634cf012227a58f3d2bd552931 0.22 MB 412 23
351,208 351,208 00000000000000000b749846fcbcd46354dfa8669ef122273b37c90b85d82e03 0.48 MB 929 27
351,207 351,207 00000000000000000fa1aa476ff3815fe68e20448f2e34c5271606a51c1ecff6 0.65 MB 1,474 27
351,206 351,206 00000000000000000026b24c347da3c932738e0a5a32395aa6ab461b405478d7 0.41 MB 685 26
351,205 351,205 00000000000000001072ac470a6d80f1b77af275bfb2d3b5c67385f9b44d02b0 0.13 MB 219 22
351,204 351,204 000000000000000011feb1018cd0bb4b8ef10e7f8a4f620ed9846bcba2f84ba8 0.78 MB 1,484 41
351,203 351,203 0000000000000000026ae8e0da7b604fafa3411ff39cbfcfbf3a56ed2c1af110 0.51 MB 822 20
351,202 351,202 000000000000000000e25faca4efd70364994d72a17ade5b69757df97be29f8f 0.10 MB 149 15
351,201 351,201 0000000000000000053174d92cca33fa9046cbe0b59726c16d66a917e6292aa7 0.19 MB 407 31
351,200 351,200 00000000000000000877edbd83c111744fb8069b34bf5522234acc0e3dfbc9c5 0.73 MB 1,435 24
351,199 351,199 000000000000000010ba6d2a5e66c039b8b0d4e8ab38cd88d9e3f385f4cddf58 0.37 MB 590 22
351,198 351,198 00000000000000001095e996b0f62b53ba45a8c04a9a1216a727787794d9ba4b 0.73 MB 1,476 26
351,197 351,197 000000000000000005c53c9bf1ce427d19e710a9e4a7d89977e5dc266fed6392 0.12 MB 154 21
351,196 351,196 00000000000000000c22c6a7c2c7273fb92f3946478ee0ac67d64f9522c1c861 0.28 MB 606 29
351,195 351,195 000000000000000014d18a6fee000ca942e9363a64d612f46f44627d5fd8e0a1 0.38 MB 753 26
351,194 351,194 00000000000000000f41cc513c43558525aa8345a79c4155f6000bccabfc4f1a 0.54 MB 770 20
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.