Memory Pool Memory Pool Refreshing

8,931 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,017 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (627,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,702 280,702 0000000000000001ba5488d5f15103a6f8c54c8eff5d853ad8964a42b0417954 0.05 MB 135 45
280,701 280,701 0000000000000002549f9deb16bf7cdd7e1a1caff8e80ba00c5b9d554bbbe6d8 0.05 MB 142 41
280,700 280,700 00000000000000016262a87b76162256559b03d6b2b129711b950453e430ca17 0.21 MB 447 61
280,699 280,699 00000000000000024f4507d29aa19d7f63e81c07f133923d8ba0d762ac52c007 0.17 MB 387 59
280,698 280,698 0000000000000000e6849dd9abfe52bb9bfb64a5d172ad6e5ff1d132ccb83545 0.03 MB 59 31
280,697 280,697 0000000000000001a1d2161eb67ec0eed65f84d2ebe6459869eb757a461feeed 0.04 MB 42 12
280,696 280,696 0000000000000001cc9071f171d235ecbd273876bdc4a679900380a02e7db0e8 0.05 MB 117 35
280,695 280,695 00000000000000018a355e2d2bac1470c10ca2a45c7f8e7143caad60e8f625bc 0.12 MB 224 47
280,694 280,694 0000000000000001217f16445c7dee8052bf5d573ea03b11c076773ee242b3a3 0.03 MB 68 48
280,693 280,693 0000000000000001915738512ca91ad1a3903b1c7c30cb6c9a3da9cb3538ea2a 0.23 MB 601 80
280,692 280,692 000000000000000053f7cfbd072795d37077daacfe3d726a12a66da2bd4a9ed1 0.06 MB 95 36
280,691 280,691 000000000000000138c56461ebe6c6795ced654eddb6f476b71f936417b69e1c 0.16 MB 266 36
280,690 280,690 00000000000000006477c74f900fcf82d42b829ecd0c7c13d6e5c094d937540a 0.03 MB 84 46
280,689 280,689 0000000000000001729e71411941a11372f3e1314c58c8f1e8a2bc91199aa00c 0.11 MB 217 57
280,688 280,688 000000000000000170bae88789d9f4529d1d20c92c7829199312dd145f64f023 0.11 MB 237 39
280,687 280,687 000000000000000127bced7eadf34f6324773fe403ccf5cd6d4541f9c6e86feb 0.06 MB 133 42
280,686 280,686 0000000000000001b488194cf77538e87282df1c8e23569b910a3a4bddbcefdb 0.04 MB 54 15
280,685 280,685 000000000000000222b47add799f511b9b085329c19c16ad5646fcfbc846df41 0.44 MB 916 50
280,684 280,684 0000000000000001835ee07e6b3d8f8feb483fd255af6349e138f7073203bb5c 0.13 MB 250 38
280,683 280,683 000000000000000002521d5d32c38bdaab6290c8157bc6409f10249f1f1d32fe 0.11 MB 187 33
280,682 280,682 0000000000000001ae7e68eba7cbe0f7fa7f5e170bd26ebd73d938347f632c6b 0.21 MB 462 71
Previous 10 blocks ↓
Total Size: 769.03 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,625.59 GB sent, 93.03 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.