Memory Pool Memory Pool Refreshing

60,293 transactions
19.70 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,853 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,070 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,852 (72,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,058 799,058 00000000000000000003818e0792f253747ea346f1ed97a1fa9316b63cf2f6f1 1.55 MB 3,484 19
799,057 799,057 0000000000000000000050b050758dd2ccb0ba96ad5e95db84efd2f6c05e4e90 1.55 MB 2,421 8
799,056 799,056 00000000000000000002ac9ef978b96622aaf575497752ed0af7428cfd00a225 1.53 MB 3,287 15
799,055 799,055 00000000000000000001f5586a54ca3155925701a4b79db2972aacb5e425c9f7 1.51 MB 3,015 16
799,054 799,054 000000000000000000013eb994218a0badf41b915cce435234873e01c162622f 1.49 MB 3,382 16
799,053 799,053 00000000000000000003e28fb1e1bbf5833e699da8f970c9bcb5625760d81b41 1.84 MB 1,209 8
799,052 799,052 0000000000000000000105f60055fd76ee4b06031e85cd11befbcc042557c1f1 1.77 MB 4,103 10
799,051 799,051 000000000000000000047246b2079b02b6ecf8b512fd694286a3de5783dc76d2 1.76 MB 3,905 8
799,050 799,050 00000000000000000000b51bda73379b84f55ae311977580319581fbea897a9f 1.90 MB 5,159 9
799,049 799,049 000000000000000000017c6d31b08d14c48d79b9d6556c0b4bb62b41fcdcd34e 1.56 MB 3,043 9
799,048 799,048 00000000000000000002a52310eaaed57d2f9a2b5cc07ce9e186af4bf43c2451 1.66 MB 3,156 12
799,047 799,047 000000000000000000008b7af44f958535ef10903f6af6c5ec0b8820f54a78e1 1.60 MB 3,166 8
799,046 799,046 0000000000000000000188f98778f3294762e4304a55ec684317dc7615a3f0b5 1.48 MB 2,466 11
799,045 799,045 00000000000000000001ede46133f17f6fc3f59c51fe3d043946a8bcd3bc682c 1.97 MB 5,176 7
799,044 799,044 000000000000000000030866fcc5ef348543f7983baa89256eb8dadf58b38d68 1.77 MB 4,376 7
799,043 799,043 000000000000000000022df88f398b587b3bdc1bc831d6695e2ede6afab8d757 1.69 MB 3,673 8
799,042 799,042 00000000000000000001cf14ff10a3880b5e14dcba750f298a2ee87b279948f2 1.96 MB 5,604 6
799,041 799,041 00000000000000000004a708a104cf42cd388928ae26b03fe4250a8ddf35a19b 1.93 MB 5,548 7
799,040 799,040 000000000000000000047ddd9b3ac0f9402a8a24875c824d03073a2c58b6219a 1.63 MB 3,487 6
799,039 799,039 000000000000000000040bb85259bf96c458b6066c6882791d014540b6f25c70 1.61 MB 2,926 17
799,038 799,038 0000000000000000000343579e847a48fa8f2d140c434186630bca2afbe25f8a 1.68 MB 3,909 8
Previous 10 blocks ↓
Total Size: 702.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,577.83 GB sent, 230.90 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.