Memory Pool Memory Pool Refreshing

1,602 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (840,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,663 67,663 00000000001e5f262dc9f9b4332c647f598f0be3dae8c974bbdf913865e58620 0.00 MB 2 0
67,662 67,662 000000000524c0ecdbd37c7ed58605dc3bc2ac914d8418f22c591b327ee55a09 0.00 MB 1 0
67,661 67,661 0000000000fd0cc004994e0a6ef5107a8e0ec90008d401d99c0da7da34f30b09 0.00 MB 1 0
67,660 67,660 000000000359c2419d16c71821b3e4ee7386308130563aafbd518bb558de6056 0.00 MB 2 0
67,659 67,659 0000000002b262abe24bab19959a519f8ecc81f105d0d8b23bd62e8adfd46618 0.00 MB 1 0
67,658 67,658 000000000183b3e7bc47ac4f3d93824ec45aeb561a933c7f8da2715105b12965 0.00 MB 1 0
67,657 67,657 000000000270f0e9361cb210becb1dae92f7ca501aae9f2020a5a529057e646a 0.00 MB 1 0
67,656 67,656 00000000031a7e782ba4dff0d64e79cd5f723b0b29a7cf59cad4c207432b7d83 0.00 MB 1 0
67,655 67,655 0000000001559c29cfd405c9f760c23f56dcc7ad7a07b26479adce784e8b6997 0.00 MB 1 0
67,654 67,654 00000000053e9c6d034de96f8924d4694a1c20d277ff621051f5685b4bf3ccb9 0.00 MB 1 0
67,653 67,653 0000000004a164e727fc286987ab70d184eba301dcc8ae17a25b57b81d44cfd2 0.00 MB 1 0
67,652 67,652 00000000025493fc3e74e87ffb278f74b82dced84b2c45a1cf2dd788bed64672 0.00 MB 1 0
67,651 67,651 0000000003c3b6d17614dbc77edde5b4edf09bf3206ffb4983f65bb17ed33d64 0.00 MB 2 0
67,650 67,650 000000000351ec2f2ca735ecc916ca1e4c0e593b02064ba31e337ff605748804 0.00 MB 1 0
67,649 67,649 00000000034dddfe131e2780b12760a5277b89cb3fcd40affefe027ed61a5e70 0.00 MB 2 0
67,648 67,648 000000000441fec14c9f3b921861bedfa0b49c931c1fb511aad321eaf1e809e6 0.00 MB 1 0
67,647 67,647 0000000004408d5a104d7b977f1e34a1ca9d8fb8e36298654f0ebcd494097d92 0.00 MB 2 0
67,646 67,646 00000000036947faee98330bb0ed57b93c9c96882cfa19b3d69bff0f0eb837b6 0.00 MB 1 0
67,645 67,645 0000000004c1c7d7eb82bd6d3f42256e1b83eab2aee5844176071659a89abc1f 0.00 MB 2 0
67,644 67,644 0000000000cdd1a4ba4e39074feae35fd15e11b56110a8756a1335b64c12ea68 0.00 MB 3 0
67,643 67,643 00000000053908a19dfb84f955332bb1600fb2c5277a6a3f67038d14911c21a8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.38 GB sent, 100.31 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.