Memory Pool Memory Pool Refreshing

3,733 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,895 (592,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,900 314,900 00000000000000003605f4a03bb805fa535de153c4072ac586d0aea70213ca1e 0.05 MB 101 24
314,899 314,899 0000000000000000288568a60eb0ad189d57d4f0c9da2f90030396b75767adaa 0.11 MB 161 13
314,898 314,898 0000000000000000065c20d9c7c0a59e66c18441af5a36c11ec2497e79d66b93 0.00 MB 13 49
314,897 314,897 000000000000000014f403c2b0cd65eac5f84aff0d4b01c19e8fd3577c4880d0 0.11 MB 209 35
314,896 314,896 00000000000000002df30ba7394177196add85b55cf170477b9994fb0ae8f6a3 0.87 MB 902 21
314,895 314,895 00000000000000001ff89a200763150c49d2bea33e33f869f8801821e23799bb 0.11 MB 62 16
314,894 314,894 00000000000000001c8851c5cedb3a4f442d9f58cb27dd121fb183dd482b5247 0.15 MB 273 24
314,893 314,893 000000000000000036d65a99899a2d7cf4cec8d6acb1a91bb81bbb08b4558f64 0.13 MB 292 27
314,892 314,892 00000000000000002e3e9a4d898965614326596db09ace46c58e7fd23411123a 0.78 MB 1,450 29
314,891 314,891 000000000000000030275b562e0276f73035b74983bad3310ad28f02fbf19d01 0.07 MB 89 21
314,890 314,890 000000000000000013adcbe5bc7bd01f5e0374efc3983c3295ceb15025940112 0.10 MB 173 25
314,889 314,889 00000000000000002c38e4f4e9bf6136655f4bdecef71857c23fb9634e778eed 0.11 MB 209 28
314,888 314,888 000000000000000037b24a8dc9bd0ab2d9c7cd704ed33c131473aebe197eab76 0.36 MB 590 25
314,887 314,887 0000000000000000146ba31b2424137eb74e138ef34442950b076092dac3344e 0.09 MB 176 28
314,886 314,886 0000000000000000272512c29db060e5eb8c01c7cb9984f8b1a19eedf3f5be67 0.15 MB 184 19
314,885 314,885 00000000000000003317603f10fc97aa610311a5bc93a0414cc76e1f2984bdd2 0.09 MB 256 36
314,884 314,884 00000000000000002b998b1f962d575582f8880d281d774226b897e43cf964e0 0.05 MB 87 22
314,883 314,883 0000000000000000253e2fa079923d192fea9afea78bd37d10b9be01528b0497 0.06 MB 98 20
314,882 314,882 000000000000000009399438c541b5e575206c07f8b6b878c35657f7672a5d50 0.33 MB 560 24
314,881 314,881 00000000000000001387d275d624718d13c9c7bbe53d03cbbc1152002b3195f4 0.12 MB 128 18
314,880 314,880 000000000000000016580f83eeedda79ddf39816e64ac6c48adfa9ec9492b2a1 0.04 MB 93 26
Previous 10 blocks ↓
Total Size: 769.35 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,643.49 GB sent, 94.69 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.