Memory Pool Memory Pool Refreshing

2,791 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,845 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (592,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,907 314,907 0000000000000000119c842e1af4e8b3507e7eb21fcdf14263d5524e5946b276 0.14 MB 174 21
314,906 314,906 00000000000000000f34337e2854eed6d315dc8f1b2ab27ebc3d1c82abbe2fbb 0.24 MB 451 27
314,905 314,905 000000000000000014078ca51becfb85d6104a553ac32bbb9759922125b58f00 0.70 MB 1,227 26
314,904 314,904 000000000000000036e888b57e08c72d2d3c57869e24b759d8f728f87002ee41 0.01 MB 19 16
314,903 314,903 000000000000000020cb9c249f38d295031483debe1966608859a8c3576f0be9 0.09 MB 143 25
314,902 314,902 0000000000000000174f48470ecabd41a9914d71d89bd2f9f004c425af6daa8c 0.02 MB 38 30
314,901 314,901 00000000000000001c58b130c164ab1e0800e6f7cc8828ed236f4802760f1f2e 0.07 MB 162 27
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.