Memory Pool Memory Pool Refreshing

3,574 transactions
24.26 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,315 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (811,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,985 96,985 000000000002bd0ebc6bcde15c8630b49b37fda17aa12f3e9fb5bfafcbf76f3d 0.00 MB 1 0
96,984 96,984 000000000005458de0ade2a022457a5c2fcd7a18fac8d587792f46cfb4bb6285 0.00 MB 4 0
96,983 96,983 000000000004175aace384075381343cda25953d6056d031bc7a3b9196290828 0.00 MB 3 0
96,982 96,982 00000000000358b8d19ab748a40a5c24d1711659649028b28087b331b4cb1588 0.00 MB 12 0
96,981 96,981 00000000000184e5feddc2fcfa0770af6bcff838a55bfe00cfb94fa8051c0f82 0.00 MB 3 0
96,980 96,980 000000000004ebf0d003f96f17710a04556f9239a8c31c2ad76998cac02ee1ad 0.00 MB 1 0
96,979 96,979 0000000000047ab5663d2ee55a86bbe5139d0b0c0dba058797ca74237595a73c 0.00 MB 1 0
96,978 96,978 000000000002847de0500df90a6fbc608d8de79db526399b3a916da3c19608ab 0.00 MB 2 0
96,977 96,977 0000000000022589f7f60f39c21bbddf36c2bb69fc750fcceab6795577c710c0 0.00 MB 1 0
96,976 96,976 000000000003e1962bdd7c0a69cc36263e5e8be88962f8add54ff5bfd149343a 0.00 MB 3 0
96,975 96,975 000000000003634f2bd7da1fba54088c007c8e98ff5c3ee7799898b802841d1b 0.00 MB 1 0
96,974 96,974 0000000000045c8faeb25a631d003150e5b9b413229db08395a39caea838e00b 0.00 MB 1 0
96,973 96,973 0000000000054d0c8ac1d70f8bd668a2da22159eee20558e5364540209f19ed0 0.00 MB 1 0
96,972 96,972 0000000000016b782f90f6b4d7576df0d09164611a440f4d1cb121aaa05c3eb4 0.00 MB 1 0
96,971 96,971 0000000000028058122682c1b225069e6494db8fbf06b7b7402050da393de205 0.00 MB 1 0
96,970 96,970 0000000000029ceefc39f0ecbcbb9f4d34053fe420e468be4243af1ba9cb961e 0.00 MB 8 0
96,969 96,969 000000000001214cd9c4598c27011f0eeb317677bf45203fe605b524a9660386 0.00 MB 5 0
96,968 96,968 0000000000006d3ba3bb65ef6d3e2c27dbad801627c205e7a32218a54109aa45 0.00 MB 10 437
96,967 96,967 0000000000001641c471cbed6d418e427d5c9b12df00c1f561725c41ba8b7e2e 0.00 MB 4 0
96,966 96,966 00000000000411eca48e9ec793861d796d5e16cb7e6727426bc4bef714901310 0.00 MB 2 0
96,965 96,965 000000000000fda6c3ae972ed267db5a2bc9e5016396a09ff3d08bae5711c5eb 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.16 GB sent, 98.61 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.